mirror of https://gitlab.com/hp3icc/emq-TE1.git
20 lines
345 B
SYSTEMD
20 lines
345 B
SYSTEMD
[Unit]
|
|
Description=NXDN Parrot Service
|
|
# Description=Place this file in /lib/systemd/system
|
|
# Description=N4IRS 04/30/2020
|
|
|
|
|
|
[Service]
|
|
#User=root
|
|
#Type=simple
|
|
#Restart=always
|
|
#RestartSec=3
|
|
#StandardOutput=null
|
|
WorkingDirectory=/opt/NXDNParrot
|
|
ExecStart=/opt/NXDNParrot/NXDNParrot 42021
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|