]> arthur.barton.de Git - ngircd.git/commitdiff
Add "hopm.service" to "Wants" and "Before" dependencies in systemd unit file
authorAlexander Barton <alex@barton.de>
Tue, 17 Oct 2023 14:15:38 +0000 (16:15 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 17 Oct 2023 14:15:38 +0000 (16:15 +0200)
contrib/ngircd.service

index e4c30e2525407b4523452792e695ab145d136b22..fb3cf8a1935681a997d7438b21cf7bd0419f2263 100644 (file)
@@ -6,9 +6,9 @@ Description=Next Generation IRC Daemon
 Documentation=man:ngircd(8) man:ngircd.conf(5) https://ngircd.barton.de
 After=network.target
 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=bopm.service
+Before=bopm.service hopm.service
 
 [Service]
 Type=forking