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>
This commit is contained in:
Chen Qi 2020-10-20 13:40:38 +08:00 committed by Khem Raj
parent 13eacba213
commit 032e6879b5

View File

@ -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]