mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
atvclient: move init script
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
5ac401ee70
commit
b264d2c9ad
16
packages/sysutils/remote/atvclient/init.d/34_atvclient → packages/sysutils/remote/atvclient/init.d/63_atvclient
Executable file → Normal file
16
packages/sysutils/remote/atvclient/init.d/34_atvclient → packages/sysutils/remote/atvclient/init.d/63_atvclient
Executable file → Normal file
@ -1,8 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
################################################################################
|
||||
# Copyright (C) 2009-2010 OpenELEC.tv
|
||||
# http://www.openelec.tv
|
||||
# This file is part of OpenELEC - http://www.openelec.tv
|
||||
# Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv)
|
||||
# Copyright (C) 2010-2011 Roman Weber (roman@openelec.tv)
|
||||
#
|
||||
# This Program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
@ -19,13 +18,12 @@
|
||||
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
# http://www.gnu.org/copyleft/gpl.html
|
||||
################################################################################
|
||||
|
||||
# start the ATVclient daemon
|
||||
#
|
||||
# runlevels: openelec, textmode
|
||||
|
||||
. /etc/profile
|
||||
|
||||
progress "starting ATVclient"
|
||||
(
|
||||
progress "starting ATVclient"
|
||||
mkdir -p /storage/.cache
|
||||
atvclient -m > /dev/null 2>&1 &
|
||||
atvclient -m > /dev/null 2>&1
|
||||
)&
|
Loading…
x
Reference in New Issue
Block a user