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
e126e6d502
docker-qBittorrentvpn
/
transmission
/
periodicUpdates.sh
9 lines
93 B
Bash
Raw
Normal View
History
Unescape
Escape
standardize on sh
2015-05-24 16:32:08 +00:00
#!/bin/sh
removed supervisord, using baseimage-docker init system. added automatic port updates.
2014-11-11 21:07:13 +00:00
while
[
1
]
do
sleep 1m
moved scripts and templates out of transmission daemon home folder. this allows mounting of /etc/transmission-daemon to keep state, ref issue #22
2015-08-09 19:00:49 +00:00
/etc/transmission/updatePort.sh
run every hour
2014-11-11 21:09:02 +00:00
sleep 1h
removed supervisord, using baseimage-docker init system. added automatic port updates.
2014-11-11 21:07:13 +00:00
done
Reference in New Issue
Copy Permalink