mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
avahi:
- simplyfing init script
This commit is contained in:
parent
178379f393
commit
a080c9cea8
@ -1,11 +1,8 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# start Avahi Daemon
|
||||
#
|
||||
# runlevels: openelec, text, debug
|
||||
|
||||
(
|
||||
. /etc/sysconfig
|
||||
wait_for_network
|
||||
|
||||
progress "Starting Avahi Daemon"
|
||||
@ -13,5 +10,3 @@
|
||||
mkdir -p /var/run/avahi-daemon
|
||||
avahi-daemon -D
|
||||
)&
|
||||
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user