summarylogtreecommitdiffstats
path: root/unrealircd.service
blob: 7550ebe1543c6dc5107bb7da29483f7f4f06b92e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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