mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
hal:
- adding init script for starting hal daemon (move from /sbin/init)
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user