moved scripts and templates out of transmission daemon home folder. this allows mounting of /etc/transmission-daemon to keep state, ref issue #22

This commit is contained in:
Kristian Haugene
2015-08-09 21:00:49 +02:00
parent adab8884f4
commit 0949d82219
32 changed files with 61 additions and 61 deletions

View File

@@ -17,5 +17,5 @@ auth-user-pass /config/openvpn-credentials.txt
# OpenVPN control startup and shut down of transmission
script-security 2
up /etc/transmission-daemon/start.sh
down /etc/transmission-daemon/stop.sh
up /etc/transmission/start.sh
down /etc/transmission/stop.sh