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