enhanced a few things. running plain ubuntu, openvpn starts transmission when connection is establised and so on

This commit is contained in:
Kristian Haugene
2015-05-07 21:34:34 +02:00
parent c58b4871d0
commit f053cb6c42
4 changed files with 19 additions and 19 deletions

3
transmission/down.sh Executable file
View File

@@ -0,0 +1,3 @@
#! /bin/bash
kill $(ps aux | grep transmission-daemon | grep -v grep | awk '{print $2}')