Fix host_agent service file permissions
Systemd expects service files to be world readable or it prints a warning log. This update adds the world readable attribute to the host agent's service file to avoid the log noise. Change-Id: I577440bb99d4b69bb868f27b830fd6073c5a79b2 Signed-off-by: Eric MacDonald <eric.macdonald@windriver.com>
This commit is contained in:
parent
8a0e5f421a
commit
e19907c7ea
@ -1,2 +1,2 @@
|
||||
SRC_DIR="host-guest-comm-2.0"
|
||||
TIS_PATCH_VER=5
|
||||
TIS_PATCH_VER=6
|
||||
|
@ -140,7 +140,7 @@ install:
|
||||
install -m 644 server_group.h $(DESTDIR)/usr/src/debug/host-guest-comm-$(VERSION)/server_group.h
|
||||
|
||||
install -m 750 scripts/host_agent $(SYSCONFDIR)/init.d/host_agent
|
||||
install -m 640 scripts/host_agent.service $(UNITDIR)/host_agent.service
|
||||
install -m 644 scripts/host_agent.service $(UNITDIR)/host_agent.service
|
||||
install -m 644 scripts/guest-agent.service $(UNITDIR)/guest-agent.service
|
||||
install -m 640 scripts/host_agent.conf $(SYSCONFDIR)/pmon.d/host_agent.conf
|
||||
install -m 750 bin/host_agent $(DESTDIR)/usr/sbin/host_agent
|
||||
|
Loading…
Reference in New Issue
Block a user