1
0
Fork 0
mirror of https://github.com/pygos/init.git synced 2024-07-06 01:40:12 +02:00
init/services/sysctl.in
David Oberhollenzer 9a88f7da45 Initial commit
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-03-24 17:04:20 +01:00

9 lines
171 B
Plaintext
Executable file

name = "sysctl"
description = "configure kernel paramters"
exec = "@SBINPATH@/sysctl --system"
type = wait
target = boot
before = sysinit
after = hwclock
after = hostname