Fix systemd config for zfs-share.service
The zfs-share.service rule needs to be modified to ensure that it does not execute before zfs-mount.service. Signed-off-by: Dan Swartzendruber <dswartz@druber.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ralf Ertzinger <ralf@skytale.net> Closes #2893
This commit is contained in:
parent
29b763cd2c
commit
80c50365c2
|
@ -2,6 +2,8 @@
|
|||
Description=ZFS file system shares
|
||||
After=nfs-server.service
|
||||
After=smb.service
|
||||
After=zfs-mount.service
|
||||
Requires=zfs-mount.service
|
||||
PartOf=nfs-server.service
|
||||
PartOf=smb.service
|
||||
|
||||
|
|
Loading…
Reference in New Issue