Skip to content

Commit

Permalink
Fix the path to the zed binary on the systemd unit.
Browse files Browse the repository at this point in the history
We install zed into /usr/sbin manually meanwhile the upstream default is
installing it into /sbin. Ubuntu packages also install zed to /usr/sbin, but
they ship their own zfs-zed unit.

Signed-off-by: Thomas Lamprecht <[email protected]>
  • Loading branch information
Fabian-Gruenbichler authored and root committed Jan 2, 2020
1 parent 15c7678 commit 655ad8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/systemd/system/zfs-zed.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description=ZFS Event Daemon (zed)
Documentation=man:zed(8)

[Service]
ExecStart=@sbindir@/zed -F
ExecStart=/usr/sbin/zed -F
Restart=on-abort

[Install]
Expand Down

0 comments on commit 655ad8c

Please sign in to comment.