[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