summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2018-02-14 14:38:27 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2018-02-14 14:39:11 -0600
commitc756381a157ee8c3de2924685791d962eeb3d341 (patch)
tree7a6fb1cbdf69793e8d810264d537df5fb474f12b /sys-fs/zfs/files
parentwww-client/chromium: stable channel bump (64.0.3282.167) (diff)
downloadgentoo-c756381a157ee8c3de2924685791d962eeb3d341.tar.gz
gentoo-c756381a157ee8c3de2924685791d962eeb3d341.tar.bz2
gentoo-c756381a157ee8c3de2924685791d962eeb3d341.zip
sys-fs/zfs: make modprobe optional for systemd unit files
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sys-fs/zfs/files')
-rw-r--r--sys-fs/zfs/files/zfs.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/zfs/files/zfs.service.in b/sys-fs/zfs/files/zfs.service.in
index c390a480708e..ae2eff170a72 100644
--- a/sys-fs/zfs/files/zfs.service.in
+++ b/sys-fs/zfs/files/zfs.service.in
@@ -6,7 +6,7 @@ After=systemd-udev-settle.target local-fs.target
[Service]
Type=oneshot
RemainAfterExit=yes
-ExecStartPre=/sbin/modprobe zfs
+ExecStartPre=-/sbin/modprobe zfs
ExecStartPre=/usr/bin/test -c /dev/zfs
ExecStart=/usr/libexec/zfs-init.sh
ExecStop=@sbindir@/zfs umount -a