From: Ian Jackson Date: Thu, 12 Jan 2023 18:49:30 +0000 (+0000) Subject: init script: Demote userv and $syslog to Should-Start X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=ef396f9098134f83434820690bf8632007854816;p=hippotat.git init script: Demote userv and $syslog to Should-Start These aren't necessarily required (depending on config), and we need to not break things if it isn't. Signed-off-by: Ian Jackson --- diff --git a/debian/hippotat-server.hippotatd.init b/debian/hippotat-server.hippotatd.init index 7fa7cc5..aa3601f 100644 --- a/debian/hippotat-server.hippotatd.init +++ b/debian/hippotat-server.hippotatd.init @@ -2,8 +2,10 @@ ### BEGIN INIT INFO # Provides: hippotatd -# Required-Start: $syslog $network $local_fs userv -# Required-Stop: $syslog $network $local_fs +# Required-Start: $network $local_fs +# Required-Stop: $network $local_fs +# Should-Start: userv $syslog +# Should-Stop: userv $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: hippotatd