mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-27 19:39:35 +03:00
bd9dc5a1dc
Reviewed-by: Richard Laager <rlaager@wiktel.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: George Melikov <mail@gmelikov.ru> Co-authored-by: Attila Fülöp <attila@fueloep.org> Closes #14294
14 lines
245 B
SYSTEMD
14 lines
245 B
SYSTEMD
[Unit]
|
|
Description=ZFS Event Daemon (zed)
|
|
Documentation=man:zed(8)
|
|
ConditionPathIsDirectory=/sys/module/zfs
|
|
|
|
[Service]
|
|
EnvironmentFile=-@initconfdir@/zfs
|
|
ExecStart=@sbindir@/zed -F
|
|
Restart=always
|
|
|
|
[Install]
|
|
Alias=zed.service
|
|
WantedBy=zfs.target
|