I used the following commands to disable the WAN service on boot:
db configuration setprop wan status disabled
signal-event console-save
The idea was to keep the server from dialing out automatically upon boot and tying up the phone line. Those commands worked fine for other services I disabled but not here: WAN service starts at boot anyway. I then have to issue
service wan stop
to get it to release the line. Is this intended behavior? If so, how do I disable the WAN service for real?
