k 3 rtorrent: with 16.09 tmux provides explicit .bin output
This commit is contained in:
parent
0868101f2a
commit
591b8793e3
@ -223,7 +223,7 @@ let
|
|||||||
touch ${systemd-logfile}
|
touch ${systemd-logfile}
|
||||||
cp -f ${configFile} ${cfg.workDir}/.rtorrent.rc
|
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
|
## 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
|
## otherwise the tmux session is stored in some private folder in /tmp
|
||||||
|
Loading…
Reference in New Issue
Block a user