kodi: 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
b054815ee5
commit
af17811662
@ -256,11 +256,11 @@ endef
|
||||
|
||||
define KODI_INSTALL_INIT_SYSTEMD
|
||||
$(INSTALL) -D -m 644 package/kodi/kodi.service \
|
||||
$(TARGET_DIR)/etc/systemd/system/kodi.service
|
||||
$(TARGET_DIR)/usr/lib/systemd/system/kodi.service
|
||||
|
||||
mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
|
||||
|
||||
ln -fs ../kodi.service \
|
||||
ln -fs ../../../../usr/lib/systemd/system/kodi.service \
|
||||
$(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/kodi.service
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user