mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 23:43:34 +08:00
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:
parent
9cc2be61c4
commit
0576f4cd5b
@ -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) ;;
|
||||
|
@ -1 +1 @@
|
||||
d /tmp/avahi-autopid 0755 default default
|
||||
d /tmp/avahi-autopid 0755 avahi avahi
|
||||
|
Loading…
Reference in New Issue
Block a user