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