16 lines
328 B
Desktop File
16 lines
328 B
Desktop File
[Unit]
|
|
Description=Start Docker services on system boot
|
|
After=docker.service network-online.target
|
|
Wants=network-online.target
|
|
Requires=docker.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/home/will/docker/startup_docker_services.sh
|
|
TimeoutStartSec=600
|
|
User=will
|
|
Group=will
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |