diff options
-rw-r--r-- | meta-networking/recipes-daemons/openhpi/files/openhpid.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/openhpi/files/openhpid.service b/meta-networking/recipes-daemons/openhpi/files/openhpid.service index cd4168f8e5..816e44f822 100644 --- a/meta-networking/recipes-daemons/openhpi/files/openhpid.service +++ b/meta-networking/recipes-daemons/openhpi/files/openhpid.service | |||
@@ -4,7 +4,7 @@ After=syslog.target | |||
4 | 4 | ||
5 | [Service] | 5 | [Service] |
6 | Type=forking | 6 | Type=forking |
7 | PIDFile=/var/run/openhpid.pid | 7 | PIDFile=/run/openhpid.pid |
8 | ExecStart=@SBINDIR@/openhpid -c @SYSCONFDIR@/openhpi/openhpi.conf | 8 | ExecStart=@SBINDIR@/openhpid -c @SYSCONFDIR@/openhpi/openhpi.conf |
9 | 9 | ||
10 | [Install] | 10 | [Install] |