Jakub Sokołowski 3238beab0a nixos/transmission: fix from where service loads config
Currently if you specify home to be someplace else than ~/ for user
then Transmissions always attempts to load the config from the
default location which is $HOME/.config/transmission-daemon based on documentation:
https://github.com/transmission/transmission/wiki/Configuration-Files

Which means that the changes done to the config under settingsDir in
ExecPreStart have no effect because they are modifying a file that is never loaded.

I've added an explicit --config-dir ${settingsDir} to make sure
that Transmission loads the correct config file even when home is changed.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-12-31 15:21:29 +01:00
..
2019-12-16 10:09:59 +01:00
2019-10-12 22:25:28 +02:00
2019-12-25 20:51:01 +00:00
2019-12-25 10:33:50 -05:00
2019-09-07 13:24:24 +01:00
2019-09-02 23:25:24 +02:00
2019-08-26 21:40:19 +00:00
2019-12-29 10:19:39 +01:00