mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
avahi:
- faster starting
This commit is contained in:
parent
4b79447d0e
commit
c77a746f31
@ -4,15 +4,13 @@
|
||||
#
|
||||
# runlevels: openelec, text, debug
|
||||
|
||||
. /etc/sysconfig
|
||||
|
||||
if test -f /usr/sbin/avahi-daemon; then
|
||||
(
|
||||
. /etc/sysconfig
|
||||
|
||||
progress "Starting Avahi Daemon"
|
||||
|
||||
mkdir -p /var/run/avahi-daemon
|
||||
avahi-daemon -D &
|
||||
|
||||
fi
|
||||
avahi-daemon -D
|
||||
)&
|
||||
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user