mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-29 04:19:35 +03:00
14 lines
244 B
SYSTEMD
14 lines
244 B
SYSTEMD
|
[Unit]
|
||
|
Description=ZFS Event Daemon (zed)
|
||
|
Documentation=man:zed(8)
|
||
|
After=zfs-import-cache.service
|
||
|
After=zfs-import-scan.service
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
ExecStart=@sbindir@/zed
|
||
|
PIDFile=@runstatedir@/zed.pid
|
||
|
User=root
|
||
|
Group=root
|
||
|
Restart=on-abort
|