mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Also search for init configs in /usr/lib/init.d
This will allow moving the system init configs to this place, keeping /etc/init.d for local overrides.
This commit is contained in:
parent
b44c20e238
commit
39941bbfbb
@ -15,4 +15,4 @@ lived
|
||||
redoxfs --uuid $REDOXFS_UUID file $REDOXFS_BLOCK
|
||||
cd file:
|
||||
export PATH file:/bin
|
||||
run.d /etc/init.d
|
||||
run.d /usr/lib/init.d /etc/init.d
|
||||
|
||||
Loading…
Reference in New Issue
Block a user