This website requires JavaScript.
Explore
Help
Sign In
Github
/
docker-qBittorrentvpn
Watch
1
Star
0
Fork
0
You've already forked docker-qBittorrentvpn
mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced
2024-11-15 07:04:57 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
fc230e8a92
docker-qBittorrentvpn
/
transmission
/
stop.sh
4 lines
88 B
Bash
Raw
Normal View
History
Unescape
Escape
standardize on sh
2015-05-24 16:32:08 +00:00
#! /bin/sh
enhanced a few things. running plain ubuntu, openvpn starts transmission when connection is establised and so on
2015-05-07 19:34:34 +00:00
kill
$(
ps aux
|
grep transmission-daemon
|
grep -v grep
|
awk
'{print $2}'
)
Reference in New Issue
Copy Permalink