Skip to content

Commit

Permalink
Update path for zed in zfs-zed.service for native debian packages
Browse files Browse the repository at this point in the history
Signed-off-by: Umer Saleem <[email protected]>
Closes#15638
  • Loading branch information
usaleem-ix committed Oct 4, 2024
1 parent 330cf61 commit 5f33fd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/debian/rules.in
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ override_dh_auto_install:

@# Zed has dependencies outside of the system root.
mv '$(CURDIR)/debian/tmp/sbin/zed' '$(CURDIR)/debian/tmp/usr/sbin/zed'
sed -i 's|ExecStart=/sbin/|ExecStart=/usr/sbin/|g' '$(CURDIR)/debian/tmp/lib/systemd/system/zfs-zed.service'

@# Install the DKMS source.
@# We only want the files needed to build the modules
Expand Down

0 comments on commit 5f33fd2

Please sign in to comment.