Force transmission-daemon to update `settings.json`
Force transmission-daemon to update `settings.json`
Is there a way to get transmission-daemon to update (write) its settings file?
Re: Force transmission-daemon to update `settings.json`
yes, from https://trac.transmissionbt.com/wiki/EditConfigFiles :intuited wrote:Is there a way to get transmission-daemon to update (write) its settings file?
Reload Settings
You can make the daemon reload the settings file by sending it the SIGHUP signal.
Or, simply run either of the following commands:
$ killall -HUP transmission-daemon
Or:
$ pkill -HUP transmission-daemon
Re: Force transmission-daemon to update `settings.json`
gunzip
He asked about writing the configuration file, you responded with the command for reloading the possibly changed file.
He asked about writing the configuration file, you responded with the command for reloading the possibly changed file.
Re: Force transmission-daemon to update `settings.json`
There's not a way to force settings.json to be written to disk on-demand.