mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package/rpcbind: Do not mark .service and .socket files executable
Do not mark .service and .socket files 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
f538d3de82
commit
3a41c96a25
@ -22,9 +22,9 @@ RPCBIND_CONF_OPTS += --with-systemdsystemunitdir=no
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
define RPCBIND_INSTALL_INIT_SYSTEMD
|
define RPCBIND_INSTALL_INIT_SYSTEMD
|
||||||
$(INSTALL) -m 0755 -D package/rpcbind/rpcbind.service \
|
$(INSTALL) -m 0644 -D package/rpcbind/rpcbind.service \
|
||||||
$(TARGET_DIR)/usr/lib/systemd/system/rpcbind.service
|
$(TARGET_DIR)/usr/lib/systemd/system/rpcbind.service
|
||||||
$(INSTALL) -m 0755 -D package/rpcbind/rpcbind.socket \
|
$(INSTALL) -m 0644 -D package/rpcbind/rpcbind.socket \
|
||||||
$(TARGET_DIR)/usr/lib/systemd/system/rpcbind.socket
|
$(TARGET_DIR)/usr/lib/systemd/system/rpcbind.socket
|
||||||
mkdir -p $(TARGET_DIR)/etc/systemd/system/sockets.target.wants
|
mkdir -p $(TARGET_DIR)/etc/systemd/system/sockets.target.wants
|
||||||
ln -fs ../../../../usr/lib/systemd/system/rpcbind.socket \
|
ln -fs ../../../../usr/lib/systemd/system/rpcbind.socket \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user