Changes between Version 40 and Version 41 of MovedToGitHub/EditConfigFiles


Ignore:
Timestamp:
Jan 7, 2010, 12:57:54 AM (13 years ago)
Author:
Waldorf
Comment:

how to reload the settings file.

Legend:

Unmodified
Added
Removed
Modified
  • MovedToGitHub/EditConfigFiles

    v40 v41  
    44It's not always possible to set all configurations from the GUI, especially on the Daemon or the Web Interface. This guide will try to give an overview of how and what you can change. For the location of these files, look at the [ConfigFiles Configuration Files] page.
    55
    6 Note: The client ''must'' be closed before making changes, otherwise settings will be reverted to it's previous state.
     6Note: The client ''should'' be closed before making changes, otherwise settings will be reverted to it's previous state.
    77
    88== GTK / Daemon / CLI ==
     
    1212(Consult the [http://www.json.org/ JSON] for detailed information)
    1313
     14=== Reload Settings ===
     15You can make the daemon reload the settings file by sending it the {{{SIGHUP}}} signal.[[BR]]
     16Or, simply run either of the following commands:
     17{{{
     18$ killall -HUP transmission-daemon
     19}}}
     20Or:
     21{{{
     22$ pkill -HUP transmission-daemon
     23}}}
     24
     25=== Formatting ===
    1426Here is a sample of the three basic types, respectively Boolean, Number and String:
    1527{{{