aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2020-10-20 13:40:38 +0800
committerKhem Raj <raj.khem@gmail.com>2020-10-19 23:49:22 -0700
commit032e6879b51124b6e8d773d58f7fb959aa603ef8 (patch)
tree9b9a3af94e10da30b831d3ca5735f4f6ea98937d /meta-networking
parent13eacba213b2493011aac7c6b4e7ce948d3a8ea3 (diff)
downloadmeta-openembedded-contrib-032e6879b51124b6e8d773d58f7fb959aa603ef8.tar.gz
openhpi: use /run instead of /var/run in systemd service file
/var/run has been deprecated by systemd, so use /run instead, as suggested by systemd. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-daemons/openhpi/files/openhpid.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/openhpi/files/openhpid.service b/meta-networking/recipes-daemons/openhpi/files/openhpid.service
index cd4168f8e5..816e44f822 100644
--- a/meta-networking/recipes-daemons/openhpi/files/openhpid.service
+++ b/meta-networking/recipes-daemons/openhpi/files/openhpid.service
@@ -4,7 +4,7 @@ After=syslog.target
[Service]
Type=forking
-PIDFile=/var/run/openhpid.pid
+PIDFile=/run/openhpid.pid
ExecStart=@SBINDIR@/openhpid -c @SYSCONFDIR@/openhpi/openhpi.conf
[Install]