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:
parent
31281a73e0
commit
02279f7a0b
13
ipmievd.service
Normal file
13
ipmievd.service
Normal 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
1
ipmievd.sysconf
Normal file
@ -0,0 +1 @@
|
||||
IPMIEVD_OPTIONS="sel daemon pidfile=/var/run/ipmievd.pid"
|
Loading…
Reference in New Issue
Block a user