From: Alexander Barton Date: Tue, 17 Oct 2023 14:15:38 +0000 (+0200) Subject: Add "hopm.service" to "Wants" and "Before" dependencies in systemd unit file X-Git-Tag: rel-27-rc1~94 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=9540d0c0a4b00618e6e45744b11198760a2df2f1 Add "hopm.service" to "Wants" and "Before" dependencies in systemd unit file --- diff --git a/contrib/ngircd.service b/contrib/ngircd.service index e4c30e25..fb3cf8a1 100644 --- a/contrib/ngircd.service +++ b/contrib/ngircd.service @@ -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