Update nxdnparrot.service

This commit is contained in:
hp3icc 2022-05-18 23:19:08 -05:00 committed by GitHub
parent 165c5a5667
commit 0ccbbe7688
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ RestartSec=3
StandardOutput=null StandardOutput=null
WorkingDirectory=/opt/NXDNParrot WorkingDirectory=/opt/NXDNParrot
##ExecStartPre = /bin/sh -c 'echo "Starting NXDNParrot: [`date +%%T.%%3N`]" >> /var/log/netcheck' ##ExecStartPre = /bin/sh -c 'echo "Starting NXDNParrot: [`date +%%T.%%3N`]" >> /var/log/netcheck'
ExecStartPre=/bin/sh -c 'until ping -c1 google.com; do sleep 1; done;' ExecStartPre=/bin/sh -c 'until ping -c1 noip.com; do sleep 1; done;'
ExecStart=/opt/NXDNParrot/NXDNParrot 42021 ExecStart=/opt/NXDNParrot/NXDNParrot 42021
ExecReload=/bin/kill -HUP $MAINPID ExecReload=/bin/kill -HUP $MAINPID
KillMode=process KillMode=process