diff options
author | Mathieu Parent <math.parent@gmail.com> | 2013-08-29 08:20:05 +0200 |
---|---|---|
committer | Amitay Isaacs <amitay@gmail.com> | 2013-10-24 16:54:08 +1100 |
commit | cdf507c4b5716c30923987156502beb3363cfa26 (patch) | |
tree | 721b920bdf272ddc16d501b4b169aa103a1b7c7d /ctdb/config | |
parent | 6a03128c5699b7d0c644e4a83b823088300f8be7 (diff) | |
download | samba-cdf507c4b5716c30923987156502beb3363cfa26.tar.gz samba-cdf507c4b5716c30923987156502beb3363cfa26.tar.xz samba-cdf507c4b5716c30923987156502beb3363cfa26.zip |
Add missing $remote_fs LSB dependency
(This used to be ctdb commit a0b965bb73777dde7a4abf80c5c4742581bce520)
Diffstat (limited to 'ctdb/config')
-rwxr-xr-x | ctdb/config/ctdb.init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ctdb/config/ctdb.init b/ctdb/config/ctdb.init index e761fec2e4..0e0d379873 100755 --- a/ctdb/config/ctdb.init +++ b/ctdb/config/ctdb.init @@ -10,8 +10,8 @@ ### BEGIN INIT INFO # Provides: ctdb -# Required-Start: $local_fs $syslog $network -# Required-Stop: $local_fs $syslog $network +# Required-Start: $local_fs $syslog $network $remote_fs +# Required-Stop: $local_fs $syslog $network $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: start and stop ctdb service |