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