diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-04-20 14:55:27 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-04-20 18:46:13 +0300 |
| commit | 9badd356140a9e4f21dc508509f7276737c5eb6f (patch) | |
| tree | 10892eea605c3b54845f9b92db22a9833525a0cc /res | |
| parent | 131e7436bc5079c4259f8952d710aad1c7c4caa8 (diff) | |
rhizi.unit: remove $remote_fs dependency
Diffstat (limited to 'res')
| -rw-r--r-- | res/debian/rhizi.init | 5 |
1 files 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 |
