mirror of
https://git.proxmox.com/git/mirror_zfs-debian
synced 2025-08-15 10:36:57 +00:00
14 lines
232 B
SYSTEMD
14 lines
232 B
SYSTEMD
[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
|