mirror of
https://github.com/pygos/init.git
synced 2024-11-22 19:19:47 +01:00
04a23330e4
- Common function for splitting string into argument vector - Preprocess & split command lines while parsing the service file - Specify "before" and "after" dependencies in a single line Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
6 lines
133 B
Text
Executable file
6 lines
133 B
Text
Executable file
description configure kernel paramters
|
|
exec "@SBINPATH@/sysctl" --system
|
|
type wait
|
|
target boot
|
|
before sysinit
|
|
after hwclock hostname
|