mirror of
https://github.com/pygos/init.git
synced 2024-11-22 19:19:47 +01:00
Silence some services that like to write to the console
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
42fba964c9
commit
f67d32cba1
3 changed files with 3 additions and 0 deletions
|
@ -3,4 +3,5 @@ type once
|
||||||
target boot
|
target boot
|
||||||
after dhcpcdmaster network
|
after dhcpcdmaster network
|
||||||
|
|
||||||
|
tty /dev/null
|
||||||
exec dhcpcd -n %0
|
exec dhcpcd -n %0
|
||||||
|
|
|
@ -2,6 +2,7 @@ description "DHCP client - master service"
|
||||||
type wait
|
type wait
|
||||||
target boot
|
target boot
|
||||||
after network
|
after network
|
||||||
|
tty /dev/null
|
||||||
|
|
||||||
exec {
|
exec {
|
||||||
mkdir -p /var/db/dhcpcd
|
mkdir -p /var/db/dhcpcd
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
description configure kernel paramters
|
description configure kernel paramters
|
||||||
|
tty /dev/null
|
||||||
exec sysctl --system
|
exec sysctl --system
|
||||||
type wait
|
type wait
|
||||||
target boot
|
target boot
|
||||||
|
|
Loading…
Reference in a new issue