summaryrefslogtreecommitdiffstats
path: root/krebs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-09-07 14:58:31 +0200
committermakefu <github@syntax-fehler.de>2016-09-07 14:58:31 +0200
commit541e21dcba667707e2fb8eef3bfa53f29f4b26c8 (patch)
tree0fed91b14d2c5bff2715d43ba08e77528f1e0a2d /krebs
parent66ba3c3c37b6c08104e3c7f53a203853a481af26 (diff)
parent69d537f1052a2915d802134caafc4040aae037bf (diff)
Merge remote-tracking branch 'prism/lassulus'
Diffstat (limited to 'krebs')
-rw-r--r--krebs/3modules/rtorrent.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/rtorrent.nix b/krebs/3modules/rtorrent.nix
index 3ab23ec5..57a579bc 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}/bin/tmux new-session -s rt -n rtorrent -d 'PATH=/bin:/usr/bin:${makeBinPath rutorrent-deps} ${cfg.package}/bin/rtorrent'";
+ ExecStart = "${pkgs.tmux}/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