dhcpcd update and fix service.py

This commit is contained in:
Ertuğrul Erata
2019-06-02 11:46:27 +03:00
parent 91672c07f7
commit a4a0cf88b0
6 changed files with 376 additions and 6 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ def start():
fail(MSG_BACKEND_WARNING)
startService(command="/usr/bin/dhcpcd",
args="daemon -q -b %s" % pidfile,
args="-q ",
donotify=True)
@synchronized