emq-TE1/service/p25gateway.service

23 lines
372 B
SYSTEMD

[Unit]
Description=P25 Gateway 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/P25Gateway
ExecStart=/opt/P25Gateway/P25Gateway /opt/P25Gateway/P25Gateway.ini
Restart=on-failure
[Install]
WantedBy=multi-user.target