> Can anyone supply any different ideas or provide some feedback?
I have solved this (or something similar) in my builds with an additional
AUTOENABLE flags in init scripts.
IMHO except for critical services (like network...) other packages should
not be automatically enabled when installed since
Hi guys,
Le 18 juin 2015 17:18, "Stefan Tomanek" <
stefan.tomanek+open...@wertarbyte.de> a écrit :
>
> Dies schrieb Bastian Bittorf (bitt...@bluebottle.com):
>
> > > Can anyone supply any different ideas or provide some feedback?
> >
> > maybe: disabled services are stored during sysupgrade in
> >
Dies schrieb Bastian Bittorf (bitt...@bluebottle.com):
> > Can anyone supply any different ideas or provide some feedback?
>
> maybe: disabled services are stored during sysupgrade in
> e.g. /lib/upgrade/keep.d/services_disabled
>
> and this file will be read line by line during firstboot/uci-de
* Stefan Tomanek [18.06.2015 15:39]:
> Can anyone supply any different ideas or provide some feedback?
maybe: disabled services are stored during sysupgrade in
e.g. /lib/upgrade/keep.d/services_disabled
and this file will be read line by line during firstboot/uci-defaults
(and services diabled a
I first looked into this 4 years ago and finally figured it out 2 years ago ;-)
https://forum.openwrt.org/viewtopic.php?pid=189700#p189700
There is no built-in way to keep those services installed but disabled.
But there is a go-around that is used e.g. by luci-app-miniupnpd for miniupnpd:
https:
Whenever I update my OpenWrt system using sysupgrade, unwanted services
pop up; I am using one of my devices as a simple AP, so it must not start
dnsmasq, odhcpd or the firewall service. Running sysupgrade however reinstates
the links in /etc/rc.d/ removed by '/etc/init.d/foo disable'.
I was think