mirror of
https://github.com/pygos/init.git
synced 2024-11-05 12:17:10 +01:00
9 lines
171 B
Text
9 lines
171 B
Text
|
name = "sysctl"
|
||
|
description = "configure kernel paramters"
|
||
|
exec = "@SBINPATH@/sysctl --system"
|
||
|
type = wait
|
||
|
target = boot
|
||
|
before = sysinit
|
||
|
after = hwclock
|
||
|
after = hostname
|