mirror_zfs/etc/systemd/system/zfs-zed.service.in

14 lines
232 B
SYSTEMD
Raw Normal View History

[Unit]
Description=ZFS Event Daemon (zed)
Documentation=man:zed(8)
After=zfs-import-cache.service
After=zfs-import-scan.service
[Service]
ExecStart=@sbindir@/zed -F
Restart=on-abort
[Install]
Alias=zed.service
WantedBy=zfs.target