[SOLVED] connmand-s6 where to add daemon $OPTS 28 June 2021, 12:45:19 already posted in an older similar (& solved) thread: https://forum.artixlinux.org/index.php/topic,2509.msg18278.html#msg18278but starting fresh here since this question is about s6, not runit... so, where do i put OPTS for connmand-s6? already tried : QuoteOPTS="--nodnsproxy"in /etc/s6/config/connman.conf, without luck . then i added '--nodnsproxy' in /etc/s6/sv/connmand-srv/run (& restarted daemon), but still no luck, connman still uses :dns. thx, Last Edit: 28 June 2021, 22:19:48 by SGOrava
Re: connmand-s6 where to add daemon $OPTS Reply #1 – 28 June 2021, 15:08:30 That's because the connman service script didn't read an OPTS variable. I just pushed an update to the package so now it should. 2 Likes
Re: connmand-s6 where to add daemon $OPTS Reply #2 – 28 June 2021, 21:56:54 thanks for another fast reply/action.. it works as expected now...