Save the configuration

Hi ,
I changed the configuration of network server and application server by following this guidelines.
https://www.chirpstack.io/network-server/install/config/

I generated a new configuration file by:
chirpstack-network-server configfile > chirpstack-network-server.toml

I modified the configuration file and saved. Then check with this command:
chirpstack-network-server configfile
It shows that it is modified accordingly.

Then I restart the chirpstack-network-server:
sudo systemctl restart chirpstack-network-server

and check the log:
sudo journalctl -f -n 100 -u chirpstack-network-server

I found that the setting was not changed.
I also tried to reboot the system. The result was same.

My Question is:

  1. How can I save the configuration setting and activate it?

Thank you.
Regards,
Chapman

Please see:


By default chirpstack-network-server will look in the following order for a configuration file at the following paths when --config is not:

  • chirpstack-network-server.toml (current working directory)
  • $HOME/.config/chirpstack-network-server/chirpstack-network-server.toml
  • /etc/chirpstack-network-server/chirpstack-network-server.toml

https://www.chirpstack.io/network-server/install/config/