diff options
author | Turbo Fredriksson <[email protected]> | 2015-09-23 23:04:17 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2015-10-02 17:33:32 -0400 |
commit | 8f90f7372a1b456ec6ede5e5464ffa23273a7a99 (patch) | |
tree | 4980d6dc770cdfe4379a5e60cb15dcb87dae28ce /etc/systemd/system/Makefile.am | |
parent | 3ef005c674e3207e8c6fba5d65a76468f97084ae (diff) |
Rename 'zed.service' to 'zfs-zed.service'
For consistency all systemd unit files and init scripts now share
the same names. This prevents an issue where the zed is started
twice on systems where both the systemd and sysv infrastructure is
installed concurrently.
For backward compatibility a 'zed' alias has been added. This
allows the user to interact with the service using either the
name 'zed' or 'zfs-zed'.
Signed-off-by: Turbo Fredriksson <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Issue #3837
Diffstat (limited to 'etc/systemd/system/Makefile.am')
-rw-r--r-- | etc/systemd/system/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/systemd/system/Makefile.am b/etc/systemd/system/Makefile.am index 82aedd1ea..f7023dff0 100644 --- a/etc/systemd/system/Makefile.am +++ b/etc/systemd/system/Makefile.am @@ -2,7 +2,7 @@ systemdpreset_DATA = \ 50-zfs.preset systemdunit_DATA = \ - zed.service \ + zfs-zed.service \ zfs-import-cache.service \ zfs-import-scan.service \ zfs-mount.service \ @@ -10,7 +10,7 @@ systemdunit_DATA = \ zfs.target EXTRA_DIST = \ - $(top_srcdir)/etc/systemd/system/zed.service.in \ + $(top_srcdir)/etc/systemd/system/zfs-zed.service.in \ $(top_srcdir)/etc/systemd/system/zfs-import-cache.service.in \ $(top_srcdir)/etc/systemd/system/zfs-import-scan.service.in \ $(top_srcdir)/etc/systemd/system/zfs-mount.service.in \ |