diff --git a/service/nxdnparrot.service b/service/nxdnparrot.service index 54f275a..ab02059 100644 --- a/service/nxdnparrot.service +++ b/service/nxdnparrot.service @@ -5,15 +5,14 @@ Description=NXDN Parrot Service [Service] -User=root -Type=simple -Restart=always -RestartSec=3 -StandardOutput=null +#User=root +#Type=simple +#Restart=always +#RestartSec=3 +#StandardOutput=null WorkingDirectory=/opt/NXDNParrot -ExecStartPre=/bin/sh -c 'until ping -c1 noip.com; do sleep 1; done;' ExecStart=/opt/NXDNParrot/NXDNParrot 42021 - +Restart=on-failure [Install] WantedBy=multi-user.target