File: zfs-fuse.default

package info (click to toggle)
zfs-fuse 0.7.0-21
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,752 kB
  • sloc: ansic: 154,045; sh: 9,707; asm: 1,690; perl: 367; xml: 300; python: 269; makefile: 83
file content (15 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Defaults for zfs-fuse initscript
# sourced by /etc/init.d/zfs-fuse
# installed at /etc/default/zfs-fuse by the maintainer scripts

#
# This is a POSIX shell fragment
#

# Enable ZFS support? (yes/no)
ENABLE_ZFS=yes

# Try to restart zfs-fuse when upgrading? (yes/no)
# This will require unmounting all ZFS volumes upon upgrade
# Do not use this if a vital system volume is on ZFS (/var, /home, etc)
RESTART_ON_UPGRADE=no