mirror of https://gitlab.com/hp3icc/emq-TE1.git
21 lines
437 B
SYSTEMD
21 lines
437 B
SYSTEMD
[Unit]
|
|
Description=D-Star Gateway Service
|
|
# Description=Place this file in /lib/systemd/system
|
|
# Description=N4IRS 01/17/2020
|
|
|
|
|
|
[Service]
|
|
#User=root
|
|
#Type=simple
|
|
#Restart=always
|
|
#RestartSec=3
|
|
#StandardOutput=null
|
|
ExecStart=/usr/bin/ircddbgatewayd -logdir:/var/log/ircddbgateway
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
# Usage: ircddbgatewayd [-nolog] [-debug] [-daemon] [-logdir <str>] [-confdir <str>] [Gateway Name]
|
|
|