avahi: fixup init scripts after default user removal

Commit d3ccfa362b (avahi: run as avahi user/group instead of default)
changed avahi-autoipd to run as the avahi user, but forgot to update the
init script/systemd config to match.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2014-06-23 11:36:30 +02:00
parent 9cc2be61c4
commit 0576f4cd5b
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ case "$1" in
if [ ! -d /tmp/avahi-autoipd ]; then
rm -rf /tmp/avahi-autoipd
mkdir /tmp/avahi-autoipd
chown default.default /tmp/avahi-autoipd
chown avahi.avahi /tmp/avahi-autoipd
fi
;;
stop) ;;

View File

@ -1 +1 @@
d /tmp/avahi-autopid 0755 default default
d /tmp/avahi-autopid 0755 avahi avahi