1
0
Fork 0
mirror of https://github.com/pygos/init.git synced 2024-05-17 03:06:13 +02: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:
David Oberhollenzer 2018-09-01 17:39:22 +02:00
parent 42fba964c9
commit f67d32cba1
3 changed files with 3 additions and 0 deletions

View file

@ -3,4 +3,5 @@ type once
target boot
after dhcpcdmaster network
tty /dev/null
exec dhcpcd -n %0

View file

@ -2,6 +2,7 @@ description "DHCP client - master service"
type wait
target boot
after network
tty /dev/null
exec {
mkdir -p /var/db/dhcpcd

View file

@ -1,4 +1,5 @@
description configure kernel paramters
tty /dev/null
exec sysctl --system
type wait
target boot