neo1973-germany/epydial/80epydial
fgau 4022435bdd change the python version in startscript
git-svn-id: http://www.neo1973-germany.de/svn@243 46df4e5c-bc4e-4628-a0fc-830ba316316d
2009-02-12 18:24:28 +00:00

7 lines
184 B
Bash
Executable file

#!/bin/sh -e
# export DISPLAY=:0
NAME=epydial
PATH=/bin:/usr/bin:/sbin:/usr/sbin; export PATH
TZ=MET; export TZ
cd /usr/share/$NAME
exec python ./$NAME.py > /media/card/$NAME.log 2>&1