diff options
author | Chris Dunlap <[email protected]> | 2014-03-11 12:33:32 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2014-04-02 13:10:08 -0700 |
commit | 11a7043324b3df606b7d7e8f214cbe2eba076446 (patch) | |
tree | b3d285c86ba8cabacec90d67ee90b1e74fe95185 /etc/systemd/system/zfs.target.in | |
parent | 9e246ac3d8ef9ff8aed86ecf277eea2cae3a79d3 (diff) |
Add systemd unit file for zed
This commit adds a systemd unit file for zed.service and integrates
it into the zfs.target from commit 881f45c.
Signed-off-by: Chris Dunlap <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Issue #2108
Issue #2
Diffstat (limited to 'etc/systemd/system/zfs.target.in')
-rw-r--r-- | etc/systemd/system/zfs.target.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/systemd/system/zfs.target.in b/etc/systemd/system/zfs.target.in index 7d464873b..354153385 100644 --- a/etc/systemd/system/zfs.target.in +++ b/etc/systemd/system/zfs.target.in @@ -2,6 +2,7 @@ Description=ZFS startup target Requires=zfs-mount.service Requires=zfs-share.service +Wants=zed.service [Install] WantedBy=multi-user.target |