mirror of https://github.com/F-Stack/f-stack.git
13 lines
212 B
SYSTEMD
13 lines
212 B
SYSTEMD
|
[Unit]
|
||
|
Description=ZFS Event Daemon (zed)
|
||
|
Documentation=man:zed(8)
|
||
|
ConditionPathIsDirectory=/sys/module/zfs
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=@sbindir@/zed -F
|
||
|
Restart=on-abort
|
||
|
|
||
|
[Install]
|
||
|
Alias=zed.service
|
||
|
WantedBy=zfs.target
|