~adeuring/+junk/quickstart-test-no-env-copying

1
2
3
4
5
6
7
8
9
10
11
12
13
14
description "GUI Redirect Server"
author "Canonical"

start on (filesystem and net-device-up IFACE=lo)
stop on runlevel [!2345]

exec /usr/bin/python /usr/local/bin/runserver.py \
    --logging="info" \
    --command="/bin/true" \
    --envname="local" \
    --listen="80" \
    --redirect="8001" \
    --apiurl="wss://localhost:17070" \
    --envfile="/home/vagrant/.juju/environments.yaml"