~ken-vandine/desktopcouch/trunk

1
2
3
4
5
6
7
8
9
10
#!/bin/bash

if [ -f 'desktopcouch/local_files.py' ];
then
    PYTHONPATH=.
fi

if [ "$DBUS_SESSION_BUS_ADDRESS" ]; then
    PYTHONPATH=$PYTHONPATH python bin/desktopcouch-service & # background, 'cos a mainloop
fi