mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
221 B
SYSTEMD
13 lines
221 B
SYSTEMD
|
[Unit]
|
||
|
Description=IRC daemon
|
||
|
After=network.target remote-fs.target nss-lookup.target
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
User=ircd
|
||
|
PIDFile=/run/unrealircd/ircd.pid
|
||
|
ExecStart=/usr/bin/unrealircd
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|