You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous pull request I made for this does in fact work when pia-tools is run as root. logname can be used to get the name of the logged in user. For example,
sudo -i -u $(logname) echo \$XDG_CONFIG_HOME
If XDG_CONFIG_HOME isn't set, it could fall back to $HOME/.config/transmission-daemon/settings.json.
The text was updated successfully, but these errors were encountered:
noctuid
changed the title
Default
Default Transmission Config File to the User's $XDG_CONFIG_HOME or $HOME/.config
Apr 28, 2016
The previous pull request I made for this does in fact work when pia-tools is run as root.
logname
can be used to get the name of the logged in user. For example,If
XDG_CONFIG_HOME
isn't set, it could fall back to$HOME/.config/transmission-daemon/settings.json
.The text was updated successfully, but these errors were encountered: