]> git.somenet.org - root/pub/somesible.git/blob - roles/server/ircd/files/default/inspircd.service
roles/service/sympa/files
[root/pub/somesible.git] / roles / server / ircd / files / default / inspircd.service
1 #
2 ################################################
3 ### Managed by someone's ansible provisioner ###
4 ################################################
5 # Part of: https://git.somenet.org/root/pub/somesible.git
6 # 2017-2024 by someone <someone@somenet.org>
7 #
8
9 [Unit]
10 Description=IRC server
11 Documentation=man:inspircd(1)
12 After=network-online.target
13 Wants=network-online.target
14
15 [Service]
16 Type=simple
17 User=irc
18 Group=irc
19 ExecStart=/usr/sbin/inspircd --config /etc/inspircd/inspircd.conf --nofork --nolog --nopid
20 ExecReload=/bin/kill -HUP $MAINPID
21 Restart=always
22 RestartSec=30
23
24
25 [Install]
26 WantedBy=multi-user.target