View previous topic :: View next topic |
Author |
Message |
jserink l33t

Joined: 30 Jan 2004 Posts: 993
|
Posted: Wed Sep 23, 2020 8:34 am Post subject: CONNMAN_OPTS...where do I set this?[SOLVED] |
|
|
Hi Guys:
I want to add the option --nodnsproxy but I don't know where to set this for the /etc/init.d/connman.
The file uses :
start-stop-daemon --start --quiet --exec /usr/sbin/connmand -- ${CONNMAN_OPTS}
But where do I add --nodnsproxy to CONNMAN_OPTS?
Cheers,
John
Last edited by jserink on Wed Sep 23, 2020 9:01 am; edited 1 time in total |
|
Back to top |
|
 |
fedeliallalinea Bodhisattva


Joined: 08 Mar 2003 Posts: 25124 Location: here
|
Posted: Wed Sep 23, 2020 8:54 am Post subject: |
|
|
Usually configuration file for init.d script are located in /etc/conf.d/, in your case /etc/conf.d/connman _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
 |
jserink l33t

Joined: 30 Jan 2004 Posts: 993
|
Posted: Wed Sep 23, 2020 9:01 am Post subject: |
|
|
fedeliallalinea wrote: | Usually configuration file for init.d script are located in /etc/conf.d/, in your case /etc/conf.d/connman |
And there it was...
Cheers for that.
John |
|
Back to top |
|
 |
|