diff options
author | Dan Swartzendruber <[email protected]> | 2014-11-13 14:49:51 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2014-11-19 10:33:07 -0800 |
commit | 80c50365c21ea98ae78150f32c3f35e075815c44 (patch) | |
tree | 39279652a3c822157b3b813e0f6b3c862f22f8ad /etc | |
parent | 29b763cd2c13e355b60fa095a6f20cf8a38f8651 (diff) |
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 <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ralf Ertzinger <[email protected]>
Closes #2893
Diffstat (limited to 'etc')
-rw-r--r-- | etc/systemd/system/zfs-share.service.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/systemd/system/zfs-share.service.in b/etc/systemd/system/zfs-share.service.in index a21c9c663..d62e3407c 100644 --- a/etc/systemd/system/zfs-share.service.in +++ b/etc/systemd/system/zfs-share.service.in @@ -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 |