Edit Config

Can I simply edit the config file or do I have to start from scratch and reflash?

You can edit the config file :smiling_face:

1 Like

@boa666 you do usually have to restart the service after making changes. Or I just usually get lazy and sudo reboot

Reboot is far better than restarting individual services. You may miss to restat some services if you have stopped many, but reboot wont miss any.

1 Like

Or you could do what I do and somehow disable a service and then realize 5 days later it isn’t running…

2 Likes

Do not disable any service unless you want it to reman stopped after reboots.

The problem in stopping dump1090-fa (and dump978-fa) by systemd stop command is that after a while the piaware restarts these. The way to prevent this is to stop piaware, dump1090-fa, and dump978-fa.

sudo systemctl stop piaware dump1090-fa  dump978-fa   

After you finish, either restart all, or reboot Pi.

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