mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
collectd: start after ntpd.
This commit is contained in:
@@ -3,7 +3,7 @@ etc/collectd.custom
|
||||
etc/collectd.precache
|
||||
etc/collectd.thermal
|
||||
etc/rc.d/rc0.d/K50collectd
|
||||
etc/rc.d/rc3.d/S21collectd
|
||||
etc/rc.d/rc3.d/S29collectd
|
||||
etc/rc.d/rc6.d/K50collectd
|
||||
#usr/bin/collectd-nagios
|
||||
#usr/etc/collectd.conf
|
||||
|
||||
@@ -103,6 +103,12 @@ echo Unpack the updated files ...
|
||||
tar xvf /opt/pakfire/tmp/files --preserve --numeric-owner -C / \
|
||||
--no-overwrite-dir
|
||||
|
||||
#
|
||||
# Change collectd init symlinks
|
||||
#
|
||||
rm -f /etc/rc.d/rc3.d/S21collectd
|
||||
ln -f -s ../init.d/collectd /etc/rc.d/rc3.d/S29collectd
|
||||
|
||||
# Remove old pakfire cronjob.
|
||||
rm -f /etc/fcron.daily/pakfire-update
|
||||
|
||||
|
||||
Reference in New Issue
Block a user