/lib/systemd/system/zfs-zed.service is in zfs-zed 0.7.5-1ubuntu15.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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]
ExecStart=/usr/sbin/zed -F
Restart=on-abort
[Install]
Alias=zed.service
WantedBy=zfs.target
|