mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

OpenHPI is an open source project created with the intent of providing an implementation of the SA Forum's Hardware Platform Interface (HPI). Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
12 lines
260 B
Desktop File
12 lines
260 B
Desktop File
[Unit]
|
|
Description=Daemon providing access to the SAF Hardware Platform Interface
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/var/run/openhpid.pid
|
|
ExecStart=@SBINDIR@/openhpid -c @SYSCONFDIR@/openhpi/openhpi.conf
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|