Update nxdnparrot.service

This commit is contained in:
RaspbianProyect by HP3ICC 2023-06-06 19:37:00 +00:00
parent e3317c5bff
commit 40c263dd9e
1 changed files with 6 additions and 7 deletions

View File

@ -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