Koozali.org: home of the SME Server
Obsolete Releases => SME Server 9.x => Topic started by: holck on October 11, 2017, 12:11:00 PM
-
I want the avahi-daemon to start on boot, but I can't make it work ...
I have this:
$ db configuration show avahi-daemon
avahi-daemon=service
UDPPort=5353
access=public
status=enabled
$ ls -l /etc/rc.d/rc7.d/S51avahi
lrwxrwxrwx 1 root root 32 Aug 31 22:08 /etc/rc.d/rc7.d/S51avahi -> /etc/rc.d/init.d/e-smith-service
But when SME boots, it shows Avahi as being [Off] (or "Disabled", I don't remember the exact word).
What am I doing wrong?
Kind regards,
Jesper H
-
the symbolic link in rc7.d must be the same of the one in conf db, IOW, it'd be S51avahi-daemon
-
Thanks!