Seeding IRC automation after a lot of work
This commit is contained in:
17
roles/IRC/files/services/irc.service
Normal file
17
roles/IRC/files/services/irc.service
Normal file
@@ -0,0 +1,17 @@
|
||||
[Unit]
|
||||
Description=AniNIX/IRC daemon
|
||||
Requires=network.target
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
PIDFile=/var/lib/inspircd/inspircd.pid
|
||||
ExecStart=/usr/lib/inspircd/inspircd start
|
||||
ExecReload=/usr/lib/inspircd/inspircd rehash
|
||||
ExecStop=/usr/lib/inspircd/inspircd stop
|
||||
Restart=always
|
||||
User=ircd
|
||||
Group=ircd
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user