diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/systemd/system/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/systemd/system/Makefile.am b/etc/systemd/system/Makefile.am index ba73f558a..130c6c757 100644 --- a/etc/systemd/system/Makefile.am +++ b/etc/systemd/system/Makefile.am @@ -33,7 +33,7 @@ $(systemdunit_DATA) $(systemdpreset_DATA):%:%.in install-data-hook: $(MKDIR_P) "$(DESTDIR)$(systemdunitdir)" - ln -s /dev/null "$(DESTDIR)$(systemdunitdir)/zfs-import.service" + ln -sf /dev/null "$(DESTDIR)$(systemdunitdir)/zfs-import.service" distclean-local:: -$(RM) $(systemdunit_DATA) $(systemdpreset_DATA) |