[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: enable/disable flags in /etc/default



Michael Biebl <biebl@debian.org> writes:
> Not true. If a service has been disabled (by renaming S* to K*) invoke-rc.d
> honours that and does not start the service.

Interesting. With

$ echo /etc/rc*/*avahi-daemon
/etc/rc0.d/K02avahi-daemon /etc/rc1.d/K02avahi-daemon
/etc/rc2.d/K02avahi-daemon /etc/rc3.d/K02avahi-daemon
/etc/rc4.d/K02avahi-daemon /etc/rc5.d/K02avahi-daemon
/etc/rc6.d/K02avahi-daemon

running

$ invoke-rc.d avahi-daemon start

indeed does not start avahi-daemon. It seems invoke-rc.d does this check
for start or restart actions.




Reply to: