mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
76c3a61642
Change the startup mode of ZED to non-forking. While systemd can track processes that detach from the terminal just fine, running processes in non-forking mode is the preferred mode of operation. Also remove user/group definitions as root/root is the default. Signed-off-by: Chris Dunlap <cdunlap@llnl.gov> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #2252
10 lines
183 B
SYSTEMD
10 lines
183 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
|