mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-03 11:20:33 +01:00
This commit is contained in:
parent
6d719a0a38
commit
276fed0322
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ start()
|
|||
echo
|
||||
|
||||
echo -n $"Starting NetworkManager daemon: "
|
||||
daemon --check $servicename $processname --pid-file=$pidfile
|
||||
daemon --pidfile $pidfile --check $servicename $processname --pid-file=$pidfile
|
||||
RETVAL=$?
|
||||
echo
|
||||
if [ -n "${NETWORKWAIT}" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue