10 lines
181 B
Desktop File
10 lines
181 B
Desktop File
[Unit]
|
|
Description=Next Generation IRC Daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/ngircd -n
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|