* Don't daemonize; otherwise Upstart will respawn it.

svn path=/nixos/trunk/; revision=24081
This commit is contained in:
Eelco Dolstra 2010-10-05 15:17:09 +00:00
parent c5b39e70ef
commit 35562ea4a3
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ in
mkdir -p /var/run/avahi-daemon
exec ${avahi}/sbin/avahi-daemon --daemonize -f "${avahiDaemonConf}"
exec ${avahi}/sbin/avahi-daemon --syslog -f "${avahiDaemonConf}"
'';
};