mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00
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:
parent
13eacba213
commit
032e6879b5
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue
Block a user