mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
irqbalance: 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
40f0d87374
commit
2702ac5016
@ -26,9 +26,9 @@ endef
|
|||||||
|
|
||||||
define IRQBALANCE_INSTALL_INIT_SYSTEMD
|
define IRQBALANCE_INSTALL_INIT_SYSTEMD
|
||||||
$(INSTALL) -D -m 644 package/irqbalance/irqbalance.service \
|
$(INSTALL) -D -m 644 package/irqbalance/irqbalance.service \
|
||||||
$(TARGET_DIR)/etc/systemd/system/irqbalance.service
|
$(TARGET_DIR)/usr/lib/systemd/system/irqbalance.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 ../irqbalance.service \
|
ln -fs ../../../../usr/lib/systemd/system/irqbalance.service \
|
||||||
$(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/irqbalance.service
|
$(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/irqbalance.service
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user