diff options
author | Kjeld Schouten <[email protected]> | 2019-11-13 19:23:23 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-11-13 10:23:23 -0800 |
commit | 64c77c4badddff4e843ad10466cad2dc96f5e165 (patch) | |
tree | 2e88feddfde9e3c1b5461d913c7a6885a24f407a /man | |
parent | 7ba964cc3f23e843fda0ac328997e25e54c79acb (diff) |
Change zed.service to zfs-zed.service in man page
zed.service does not exist
replaced with correct service name in man.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
Closes #9581
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zfs-mount-generator.8.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man8/zfs-mount-generator.8.in b/man/man8/zfs-mount-generator.8.in index 48e4e2dfa..a696eb461 100644 --- a/man/man8/zfs-mount-generator.8.in +++ b/man/man8/zfs-mount-generator.8.in @@ -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: |