Force transmission-daemon to update `settings.json`

Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
intuited
Posts: 10
Joined: Mon Feb 22, 2010 9:41 pm

Force transmission-daemon to update `settings.json`

Post by intuited »

Is there a way to get transmission-daemon to update (write) its settings file?
gunzip
Posts: 272
Joined: Wed May 05, 2010 2:12 am

Re: Force transmission-daemon to update `settings.json`

Post by gunzip »

intuited wrote:Is there a way to get transmission-daemon to update (write) its settings file?
yes, from https://trac.transmissionbt.com/wiki/EditConfigFiles :
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
rb07
Posts: 1400
Joined: Sun Aug 24, 2008 3:14 am

Re: Force transmission-daemon to update `settings.json`

Post by rb07 »

gunzip
He asked about writing the configuration file, you responded with the command for reloading the possibly changed file.
Jordan
Transmission Developer
Posts: 2312
Joined: Sat May 26, 2007 3:39 pm
Location: Titania's Room

Re: Force transmission-daemon to update `settings.json`

Post by Jordan »

There's not a way to force settings.json to be written to disk on-demand.
Post Reply