mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 02:20:59 +03:00
11a7043324
This commit adds a systemd unit file for zed.service and integrates
it into the zfs.target from commit 881f45c
.
Signed-off-by: Chris Dunlap <cdunlap@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #2108
Issue #2
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
|