summaryrefslogtreecommitdiffstats
path: root/etc/systemd/system/zed.service.in
blob: 78988abb92b2e70c3508f79ab73f0de426f8cf3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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