From ef396f9098134f83434820690bf8632007854816 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 12 Jan 2023 18:49:30 +0000 Subject: [PATCH] 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 --- debian/hippotat-server.hippotatd.init | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.30.2