Skip to content

Commit

Permalink
[container] Add avahi at boot and default levels
Browse files Browse the repository at this point in the history
  • Loading branch information
hacketiwack committed Dec 10, 2023
1 parent 278c3df commit 0deea84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ RUN \
/etc/rc.conf && \
rc-update add syslog boot && \
rc-update add dbus boot && \
rc-update add avahi-daemon default && \
rc-update add avahi-dnsconfd default && \
rc-update add avahi-daemon boot default && \
rc-update add avahi-dnsconfd boot default && \
rc-update add owntone default && \
install -D /dev/null /run/openrc/softlevel

Expand Down

0 comments on commit 0deea84

Please sign in to comment.