mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update nxdnparrot.service
This commit is contained in:
parent
e3317c5bff
commit
40c263dd9e
|
|
@ -5,15 +5,14 @@ Description=NXDN Parrot Service
|
||||||
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
User=root
|
#User=root
|
||||||
Type=simple
|
#Type=simple
|
||||||
Restart=always
|
#Restart=always
|
||||||
RestartSec=3
|
#RestartSec=3
|
||||||
StandardOutput=null
|
#StandardOutput=null
|
||||||
WorkingDirectory=/opt/NXDNParrot
|
WorkingDirectory=/opt/NXDNParrot
|
||||||
ExecStartPre=/bin/sh -c 'until ping -c1 noip.com; do sleep 1; done;'
|
|
||||||
ExecStart=/opt/NXDNParrot/NXDNParrot 42021
|
ExecStart=/opt/NXDNParrot/NXDNParrot 42021
|
||||||
|
Restart=on-failure
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue