disable webmin
Posted: 01 Dec 2017 13:10
Hi,
I really don't need and especially don't want to run webmin on my servers.
However even if you disable it (chkconfig) EFA-Monitor-cron will complain about this and will start it again...
One way of fixing this would be to move all config variables from /usr/sbin/EFA-Monitor-cron
to /etc/sysconfig/EFA-Monitor so someone can edit them there
and then include this in the script like
# pull in sysconfig settings
[ -f /etc/sysconfig/EFA-Monitor ] && . /etc/sysconfig/EFA-Monitor
what do you think?
regards,
Giannis
I really don't need and especially don't want to run webmin on my servers.
However even if you disable it (chkconfig) EFA-Monitor-cron will complain about this and will start it again...
One way of fixing this would be to move all config variables from /usr/sbin/EFA-Monitor-cron
to /etc/sysconfig/EFA-Monitor so someone can edit them there
and then include this in the script like
# pull in sysconfig settings
[ -f /etc/sysconfig/EFA-Monitor ] && . /etc/sysconfig/EFA-Monitor
what do you think?
regards,
Giannis