mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
ConsoleKit: rework init scripts
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
21d5674291
commit
ff5b0191b7
8
packages/sysutils/ConsoleKit/init.d/25_ConsoleKit → packages/sysutils/ConsoleKit/init.d/34_ConsoleKit
Executable file → Normal file
8
packages/sysutils/ConsoleKit/init.d/25_ConsoleKit → packages/sysutils/ConsoleKit/init.d/34_ConsoleKit
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,13 +22,11 @@
|
|||||||
#
|
#
|
||||||
# runlevels: openelec, textmode
|
# runlevels: openelec, textmode
|
||||||
|
|
||||||
. /etc/profile
|
|
||||||
|
|
||||||
(
|
(
|
||||||
progress "starting ConsoleKit daemon"
|
progress "starting ConsoleKit daemon"
|
||||||
|
|
||||||
$IONICE install -m 755 -d /var/log/ConsoleKit
|
install -m 755 -d /var/log/ConsoleKit
|
||||||
$IONICE install -m 755 -d /var/run/ConsoleKit
|
install -m 755 -d /var/run/ConsoleKit
|
||||||
|
|
||||||
console-kit-daemon
|
console-kit-daemon
|
||||||
ck-launch-session
|
ck-launch-session
|
Loading…
x
Reference in New Issue
Block a user