mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
package/minidlna: Do not mark .service file executable
Do not mark .service file executable, otherwise systemd will give us a warning about it. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
eff4f4b29a
commit
fb825fbaf9
@ -29,7 +29,7 @@ define MINIDLNA_INSTALL_INIT_SYSV
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define MINIDLNA_INSTALL_INIT_SYSTEMD
|
define MINIDLNA_INSTALL_INIT_SYSTEMD
|
||||||
$(INSTALL) -D -m 0755 package/minidlna/minidlnad.service \
|
$(INSTALL) -D -m 0644 package/minidlna/minidlnad.service \
|
||||||
$(TARGET_DIR)/usr/lib/systemd/system/minidlnad.service
|
$(TARGET_DIR)/usr/lib/systemd/system/minidlnad.service
|
||||||
|
|
||||||
mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
|
mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
|
||||||
|
Loading…
x
Reference in New Issue
Block a user