package/sysrepo: fix a typo when installing with systemd
Signed-off-by: Jan Kundrát <jan.kundrat@cesnet.cz> Acked-by: Heiko Thiery <heiko.thiery@kontron.com Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
ea199fb5e8
commit
22a0151179
@ -42,7 +42,7 @@ define SYSREPO_INSTALL_INIT_SYSV
|
||||
endef
|
||||
|
||||
define SYSREPO_INSTALL_INIT_SYSTEMD
|
||||
mkdir -p $(TARGET_DIR)/etc/systemd/systemd/multi-user.target.wants
|
||||
mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
|
||||
ln -fs ../../../../usr/lib/systemd/system/sysrepod.service \
|
||||
$(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
|
||||
ln -fs ../../../../usr/lib/systemd/system/sysrepo-plugind.service \
|
||||
|
Loading…
Reference in New Issue
Block a user