Skip to content

Commit

Permalink
Change zed.service to zfs-zed.service in man page
Browse files Browse the repository at this point in the history
zed.service does not exist
replaced with correct service name in man.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Closes #9581
  • Loading branch information
Kjeld Schouten authored and behlendorf committed Nov 13, 2019
1 parent 7ba964c commit 64c77c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/man8/zfs-mount-generator.8.in
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ Then, enable the tracking ZEDLET:
.RS 4
ln -s "@zfsexecdir@/zed.d/history_event-zfs-list-cacher.sh" "@sysconfdir@/zfs/zed.d"

systemctl enable zed.service
systemctl enable zfs-zed.service

systemctl restart zed.service
systemctl restart zfs-zed.service
.RE
.PP
Force the running of the ZEDLET by setting canmount=on for at least one dataset in the pool:
Expand Down

0 comments on commit 64c77c4

Please sign in to comment.