From 9badd356140a9e4f21dc508509f7276737c5eb6f Mon Sep 17 00:00:00 2001 From: LV-426 Date: Mon, 20 Apr 2015 14:55:27 +0300 Subject: rhizi.unit: remove $remote_fs dependency --- res/debian/rhizi.init | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/res/debian/rhizi.init b/res/debian/rhizi.init index 70c697dc..1da09ac4 100644 --- a/res/debian/rhizi.init +++ b/res/debian/rhizi.init @@ -1,8 +1,9 @@ #!/bin/sh + ### BEGIN INIT INFO # Provides: rhizi-server -# Required-Start: $local_fs $network $remote_fs $syslog -# Required-Stop: $local_fs $network $remote_fs $syslog +# Required-Start: $local_fs $network $syslog +# Required-Stop: $local_fs $network $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Rhizi service -- cgit v1.3.1