forked from pool/ipmitool
Accepting request 888823 from home:trenn:branches:systemsmanagement
- Use /run instead of /var/run (bsc#1185162) OBS-URL: https://build.opensuse.org/request/show/888823 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ipmitool?expand=0&rev=56
This commit is contained in:
parent
e0a3d92e58
commit
13bc7b3e68
@ -7,7 +7,7 @@ After=ipmi.service
|
|||||||
EnvironmentFile=-/etc/ipmievd
|
EnvironmentFile=-/etc/ipmievd
|
||||||
ExecStart=/usr/sbin/ipmievd $IPMIEVD_OPTIONS
|
ExecStart=/usr/sbin/ipmievd $IPMIEVD_OPTIONS
|
||||||
Type=forking
|
Type=forking
|
||||||
PIDFile=/var/run/ipmievd.pid
|
PIDFile=/run/ipmievd.pid
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 27 14:13:49 UTC 2021 - Thomas Renninger <trenn@suse.de>
|
||||||
|
|
||||||
|
- Use /run instead of /var/run (bsc#1185162)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 3 11:08:48 UTC 2021 - Thomas Renninger <trenn@suse.de>
|
Wed Feb 3 11:08:48 UTC 2021 - Thomas Renninger <trenn@suse.de>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user