mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
avahi: rework init scripts
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
1692b6adb7
commit
966b4c470e
9
packages/network/avahi/init.network/24_avahi → packages/network/avahi/init.d/53_avahi
Executable file → Normal file
9
packages/network/avahi/init.network/24_avahi → packages/network/avahi/init.d/53_avahi
Executable file → Normal file
@ -1,5 +1,3 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Copyright (C) 2009-2010 OpenELEC.tv
|
# Copyright (C) 2009-2010 OpenELEC.tv
|
||||||
# http://www.openelec.tv
|
# http://www.openelec.tv
|
||||||
@ -24,11 +22,8 @@
|
|||||||
#
|
#
|
||||||
# runlevels: openelec, textmode
|
# runlevels: openelec, textmode
|
||||||
|
|
||||||
. /etc/profile
|
|
||||||
|
|
||||||
(
|
(
|
||||||
progress "Starting Avahi Daemon"
|
progress "Starting Avahi Daemon"
|
||||||
|
mkdir -p /var/run/avahi-daemon
|
||||||
$IONICE mkdir -p /var/run/avahi-daemon
|
avahi-daemon -D
|
||||||
avahi-daemon -D
|
|
||||||
)&
|
)&
|
Loading…
x
Reference in New Issue
Block a user