mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 10:21:01 +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
9 lines
148 B
SYSTEMD
9 lines
148 B
SYSTEMD
[Unit]
|
|
Description=ZFS startup target
|
|
Requires=zfs-mount.service
|
|
Requires=zfs-share.service
|
|
Wants=zed.service
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|