* Don't daemonize; otherwise Upstart will respawn it.
svn path=/nixos/trunk/; revision=24081
This commit is contained in:
parent
c5b39e70ef
commit
35562ea4a3
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue