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:
Thomas Renninger 2021-04-27 15:01:25 +00:00 committed by Git OBS Bridge
parent e0a3d92e58
commit 13bc7b3e68
2 changed files with 6 additions and 1 deletions

View File

@ -7,7 +7,7 @@ After=ipmi.service
EnvironmentFile=-/etc/ipmievd
ExecStart=/usr/sbin/ipmievd $IPMIEVD_OPTIONS
Type=forking
PIDFile=/var/run/ipmievd.pid
PIDFile=/run/ipmievd.pid
[Install]
WantedBy=multi-user.target

View File

@ -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>