Forgot to add files:

Add ipmievd.service
Add ipmievd.sysconf

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ipmitool?expand=0&rev=21
This commit is contained in:
Thomas Renninger 2014-02-18 12:18:38 +00:00 committed by Git OBS Bridge
parent 31281a73e0
commit 02279f7a0b
2 changed files with 14 additions and 0 deletions

13
ipmievd.service Normal file
View File

@ -0,0 +1,13 @@
[Unit]
Description=Ipmievd Daemon
After=syslog.target
After=ipmi.service
[Service]
EnvironmentFile=-/etc/ipmievd
ExecStart=/usr/sbin/ipmievd $IPMIEVD_OPTIONS
Type=forking
PIDFile=/var/run/ipmievd.pid
[Install]
WantedBy=multi-user.target

1
ipmievd.sysconf Normal file
View File

@ -0,0 +1 @@
IPMIEVD_OPTIONS="sel daemon pidfile=/var/run/ipmievd.pid"