mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
hal:
- adding init script for starting hal daemon (move from /sbin/init)
This commit is contained in:
parent
8b95a212f6
commit
ba43820819
12
packages/sysutils/hal/init.d/13_hal
Executable file
12
packages/sysutils/hal/init.d/13_hal
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
#
|
||||||
|
# starting HAL
|
||||||
|
#
|
||||||
|
# runlevels: openelec, text
|
||||||
|
|
||||||
|
progress "Starting Hardware Abstraction Layer"
|
||||||
|
|
||||||
|
$IONICE mkdir -p /var/cache/hald \
|
||||||
|
/var/run/dbus/hald-local \
|
||||||
|
/var/run/dbus/hald-runner
|
||||||
|
|
||||||
|
hald --verbose=no --daemon=yes --use-syslog
|
Loading…
x
Reference in New Issue
Block a user