From 9a7c5f9bade8c5a7c0de953d4f7a9a3378ffe4a6 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 26 Jul 2015 14:37:01 +0200 Subject: user/{irssi,monitoring,rtorrent,tmux,weechat}.service: Changing TMUX_TMPDIR to use the %t variable instead of the longer path including %U. --- user/rtorrent.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user/rtorrent.service') diff --git a/user/rtorrent.service b/user/rtorrent.service index 4645db2..8080aae 100644 --- a/user/rtorrent.service +++ b/user/rtorrent.service @@ -8,7 +8,7 @@ ConditionFileIsExecutable=/usr/bin/rtorrent [Service] Type=forking KillMode=none -Environment=TMUX_TMPDIR=/run/user/%U/tmux +Environment=TMUX_TMPDIR=%t/tmux ExecStartPre=/usr/bin/mkdir -p $TMUX_TMPDIR ExecStartPre=/usr/bin/mkdir -p /home/%u/Downloads/rtorrent/tmp ExecStartPre=/usr/bin/mkdir -p /home/%u/Downloads/rtorrent/session -- cgit v1.2.3-54-g00ecf