blob: 90d1a24389fd53f011415b951fd8d23ce3df76f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# EPG web/http Deamon
#
# upstart script
description "EPG/Web-Server"
start on (started epgd)
stop on runlevel [!2345]
script
export LANG="de_DE.UTF-8"
exec <BINDEST>/epghttpd -n
end script
|