Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 242390
Collapse All | Expand All

(-)/etc/init.d/zfs-fuse (-1 / +1 lines)
Lines 19-25 Link Here
19
	ebegin "Starting ZFS-FUSE"
19
	ebegin "Starting ZFS-FUSE"
20
	checksystem || return 1
20
	checksystem || return 1
21
	start-stop-daemon --start --exec ${EXEFILE} \
21
	start-stop-daemon --start --exec ${EXEFILE} \
22
        	--user root --group disk -- --pidfile ${PIDFILE}
22
        	--user daemon --group disk -- --pidfile ${PIDFILE}
23
	rv=$?
23
	rv=$?
24
	eend $rv
24
	eend $rv
25
25

Return to bug 242390