13bc7b3e68
- 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
14 lines
236 B
Desktop File
14 lines
236 B
Desktop File
[Unit]
|
|
Description=Ipmievd Daemon
|
|
After=syslog.target
|
|
After=ipmi.service
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/ipmievd
|
|
ExecStart=/usr/sbin/ipmievd $IPMIEVD_OPTIONS
|
|
Type=forking
|
|
PIDFile=/run/ipmievd.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|