mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-12 01:40:27 +00:00
Add "hopm.service" to "Wants" and "Before" dependencies in systemd unit file
This commit is contained in:
parent
f31d64eb1c
commit
9540d0c0a4
@ -6,9 +6,9 @@ Description=Next Generation IRC Daemon
|
|||||||
Documentation=man:ngircd(8) man:ngircd.conf(5) https://ngircd.barton.de
|
Documentation=man:ngircd(8) man:ngircd.conf(5) https://ngircd.barton.de
|
||||||
After=network.target
|
After=network.target
|
||||||
Wants=anope.service atheme.service irc-services.service
|
Wants=anope.service atheme.service irc-services.service
|
||||||
Wants=bopm.service
|
Wants=bopm.service hopm.service
|
||||||
Before=anope.service atheme.service irc-services.service
|
Before=anope.service atheme.service irc-services.service
|
||||||
Before=bopm.service
|
Before=bopm.service hopm.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
|
Loading…
Reference in New Issue
Block a user