mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
Fixed collectd init script
This commit is contained in:
@@ -7,6 +7,10 @@
|
|||||||
|
|
||||||
eval $(/usr/local/bin/readhash /var/ipfire/main/settings)
|
eval $(/usr/local/bin/readhash /var/ipfire/main/settings)
|
||||||
|
|
||||||
|
if [ "$RRDLOG" = '' ]; then
|
||||||
|
RRDLOG=/var/log/rrd
|
||||||
|
fi
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
start)
|
start)
|
||||||
if [ ! -e /etc/sysconfig/lm_sensors ]; then
|
if [ ! -e /etc/sysconfig/lm_sensors ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user