Commit 407e542d authored by Mike Williams's avatar Mike Williams Committed by Thomas Petazzoni
Browse files

openntpd: move systemd service files to /usr/lib

parent ad56242a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,9 +11,9 @@ OPENNTPD_LICENSE_FILES = COPYING

define OPENNTPD_INSTALL_INIT_SYSTEMD
	$(INSTALL) -D -m 0644 package/openntpd/ntpd.service \
		$(TARGET_DIR)/etc/systemd/system/ntpd.service
		$(TARGET_DIR)/usr/lib/systemd/system/ntpd.service
	mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
	ln -fs ../ntpd.service \
	ln -fs ../../../../usr/lib/systemd/system/ntpd.service \
		$(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/ntpd.service
endef