19 lines
479 B
Desktop File
Executable File
19 lines
479 B
Desktop File
Executable File
Unit]
|
|
Description=ircDDBGateway Service
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
# Restart=always
|
|
# RestartSec=3
|
|
StandardOutput=null
|
|
WorkingDirectory=/usr/local/sbin
|
|
ExecStart=/usr/local/bin/ircddbgatewayd -logdir /var/log/ircddbgateway -confdir /etc/ircddbgateway
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
KillMode=process
|
|
|
|
[Install]
|
|
# To make the network-online.target available
|
|
# systemctl enable systemd-networkd-wait-online.service
|
|
WantedBy=network-online.target
|