/etc/default/ipmievd is in ipmitool 1.8.16-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | # This is a shell script fraction
#
# To enable ipmievd set ENABLED="true" for sysvinit (ignored by systemd)
#
ENABLED="false"
# Options to the daemon ipmievd(8).
#
IPMIEVD_OPTIONS="open daemon"
|