diff options
author | David Runge <dave@sleepmap.de> | 2015-03-31 18:56:19 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-03-31 18:56:19 +0200 |
commit | 519507a3f2b891798a233f8ddea0b99ef267fa70 (patch) | |
tree | 85b9a58a4deb887713acc59757b7c4fa12574651 /system | |
parent | 775b1c8d95ef99df277246b63a10693a4eb865ca (diff) | |
download | uenv-519507a3f2b891798a233f8ddea0b99ef267fa70.tar.gz uenv-519507a3f2b891798a233f8ddea0b99ef267fa70.tar.bz2 uenv-519507a3f2b891798a233f8ddea0b99ef267fa70.tar.xz uenv-519507a3f2b891798a233f8ddea0b99ef267fa70.zip |
system/rtorrent@.service: Fixing location of EnvironmentFile
Diffstat (limited to 'system')
-rw-r--r-- | system/rtorrent@.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/rtorrent@.service b/system/rtorrent@.service index b6b6b40..71d35a7 100644 --- a/system/rtorrent@.service +++ b/system/rtorrent@.service @@ -6,7 +6,7 @@ Requires=openvpn@ipredator.service Type=forking KillMode=control-group User=%i -EnvironmentFile/etc/uenv/rtorrent@.conf +EnvironmentFile=/etc/default/rtorrent@.conf ExecStartPre=/usr/bin/mkdir -p /home/%i/Downloads/rtorrent/tmp ExecStartPre=/usr/bin/mkdir -p /home/%i/Downloads/rtorrent/session ExecStart=/usr/bin/tmux -L rt new-session -s rt -n rtorrent -d rtorrent |