diff options
author | Aniruddha Shankar <[email protected]> | 2011-04-20 06:15:21 +0530 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2011-04-20 09:55:57 -0700 |
commit | 9caef54224f8a0df2fdf6a16bbdf4037ee7e7a50 (patch) | |
tree | 3300d98f9581be1a03a62be7e8d611638332ea24 /etc | |
parent | 3fce1d0962dd28d094589f6d5c3f88a1db12b7cb (diff) |
Added required runlevel info for init on Debian
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #208
Diffstat (limited to 'etc')
-rw-r--r-- | etc/init.d/zfs.lsb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/init.d/zfs.lsb b/etc/init.d/zfs.lsb index 4e8f0cc07..a84c1df23 100644 --- a/etc/init.d/zfs.lsb +++ b/etc/init.d/zfs.lsb @@ -13,6 +13,8 @@ # Provides: zfs # Required-Start: $local_fs # Required-Stop: $local_fs +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 # Should-Stop: # Short-Description: Mount/umount the zfs filesystems # Description: ZFS is an advanced filesystem designed to simplify managing |