blob: cd4168f8e50e9810bc7ddd3bdc6023ec60c9784e [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001[Unit]
2Description=Daemon providing access to the SAF Hardware Platform Interface
3After=syslog.target
4
5[Service]
6Type=forking
7PIDFile=/var/run/openhpid.pid
8ExecStart=@SBINDIR@/openhpid -c @SYSCONFDIR@/openhpi/openhpi.conf
9
10[Install]
11WantedBy=multi-user.target