dropbear: move systemd service file to /usr/lib
Signed-off-by: Mike Williams <mike@mikebwilliams.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
6111d478d2
commit
3aa96c1e5a
@ -53,9 +53,9 @@ endef
|
|||||||
|
|
||||||
define DROPBEAR_INSTALL_INIT_SYSTEMD
|
define DROPBEAR_INSTALL_INIT_SYSTEMD
|
||||||
$(INSTALL) -D -m 644 package/dropbear/dropbear.service \
|
$(INSTALL) -D -m 644 package/dropbear/dropbear.service \
|
||||||
$(TARGET_DIR)/lib/systemd/system/dropbear.service
|
$(TARGET_DIR)/usr/lib/systemd/system/dropbear.service
|
||||||
mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
|
mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
|
||||||
ln -fs /lib/systemd/system/dropbear.service \
|
ln -fs ../../../../usr/lib/systemd/system/dropbear.service \
|
||||||
$(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/dropbear.service
|
$(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/dropbear.service
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user