diff options
author | makefu <github@syntax-fehler.de> | 2016-10-19 12:33:15 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-10-19 12:33:15 +0200 |
commit | 591b8793e31d9f698e4a55a563ab0ca227e4813d (patch) | |
tree | 627e226af762c3efb68e79326bb69c1a91167ff7 /krebs | |
parent | 0868101f2adc00f4e13a4ea242dc3bd23070917f (diff) |
k 3 rtorrent: with 16.09 tmux provides explicit .bin output
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/3modules/rtorrent.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/rtorrent.nix b/krebs/3modules/rtorrent.nix index d53482339..bc65739ea 100644 --- a/krebs/3modules/rtorrent.nix +++ b/krebs/3modules/rtorrent.nix @@ -223,7 +223,7 @@ let touch ${systemd-logfile} cp -f ${configFile} ${cfg.workDir}/.rtorrent.rc ''; - ExecStart = "${pkgs.tmux}/bin/tmux new-session -s rt -n rtorrent -d 'PATH=/bin:/usr/bin:${makeBinPath rutorrent-deps} ${cfg.package}/bin/rtorrent'"; + ExecStart = "${pkgs.tmux.bin}/bin/tmux new-session -s rt -n rtorrent -d 'PATH=/bin:/usr/bin:${makeBinPath rutorrent-deps} ${cfg.package}/bin/rtorrent'"; ## you can simply sudo -u rtorrent tmux a if privateTmp is set to false ## otherwise the tmux session is stored in some private folder in /tmp |