Update Start-Up Links Dansguardian

by | May 28, 2012 | IT Tips | 0 comments

Dansguardian will not start up if it's Proxy Server (Squid) isn't available.

The startup default links are S20dansguardian and S20squid. So squid is starting after dansguardian.

1
2
3
4
5
6
7
/etc/rc6.d/K20dansguardian
/etc/rc2.d/S20dansguardian
/etc/rc4.d/S20dansguardian
/etc/rc0.d/K20dansguardian
/etc/rc5.d/S20dansguardian
/etc/rc1.d/K20dansguardian
/etc/rc3.d/S20dansguardian

This is the fix I used:

1
update-rc.d -f dansguardian start 50 2 3 4 5 . stop 20 0 1 6 .
1
2
3
4
5
6
7
/etc/rc6.d/K20dansguardian
/etc/rc2.d/S50dansguardian
/etc/rc4.d/S50dansguardian
/etc/rc0.d/K20dansguardian
/etc/rc5.d/S50dansguardian
/etc/rc1.d/K20dansguardian
/etc/rc3.d/S50dansguardian

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.