Permanently disable Skyaware

I have a conflicting service running on my Raspberry Pi (bullseye with the flightaware package install). Both services use Lighttpd. The other service (MagicMirror) works fine now. I successfully stopped Skyware using this:

sudo lighttpd-disable-mod skyaware

Then I restarted Lighttpd. That seemed to do the trick for me. My question is this a permanent solution? Is there a way to prevent Skyaware from restarting through any configuration settings or will it be reset on upgrades?

The package postinst tries to only enable the lighttpd config fragment once (on first install, or upgrade from ancient versions), so in theory you should be good.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.