mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 12:41:58 +02:00
/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>
12 lines
256 B
Desktop File
12 lines
256 B
Desktop File
[Unit]
|
|
Description=Daemon providing access to the SAF Hardware Platform Interface
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/openhpid.pid
|
|
ExecStart=@SBINDIR@/openhpid -c @SYSCONFDIR@/openhpi/openhpi.conf
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|