forked from External/greenlight
Update greenlight-auto-deployer.service
This commit is contained in:
parent
be6e2564d6
commit
377aa7bdb9
|
@ -1,5 +1,10 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Greenlight Auto Deployer
|
Description=Greenlight Auto Deployer
|
||||||
|
After=network-online.target
|
||||||
|
Wants=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/bin/bash /usr/local/bin/greenlight-deploy
|
ExecStart=/bin/bash /usr/local/bin/greenlight-deploy
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=greenlight.target
|
||||||
|
|
Loading…
Reference in New Issue