diff options
author | lassulus <lass@aidsballs.de> | 2016-08-24 23:07:05 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-08-24 23:07:05 +0200 |
commit | 1596df6441172822cb4a2b47c05e5b7d7a4f2d9f (patch) | |
tree | e1a7cea5fed30b49aced32ee836453e4f939e817 /krebs/3modules/rtorrent.nix | |
parent | c3bfd3c3b2bc04b5237b58f65c635818abbcd197 (diff) |
k 3 rtorrent: fix tmux binary path
Diffstat (limited to 'krebs/3modules/rtorrent.nix')
-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 3ab23ec5e..57a579bc0 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 |