removed supervisord, using baseimage-docker init system. added automatic port updates.

This commit is contained in:
Kristian Haugene
2014-11-11 22:07:13 +01:00
parent 1154a0f510
commit 269cba4397
9 changed files with 36 additions and 16 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
while [ 1 ]
do
sleep 1m
/etc/transmission-daemon/updatePort.sh
sleep 1m
done