Added resolvconf

This commit is contained in:
AwesomeAdam54321 2021-06-22 10:08:33 +02:00
parent 4162a4c17c
commit f74fee1554
2 changed files with 5 additions and 0 deletions

2
sv/resolvconf/finish Normal file
View file

@ -0,0 +1,2 @@
#!/bin/sh
exec /sbin/resolvconf --disable-updates

3
sv/resolvconf/run Normal file
View file

@ -0,0 +1,3 @@
#!/bin/sh
/sbin/resolvconf --enable-updates
exec pause