Work in progress: hacks at vienna, do not use it
[googlelatitude] / latituded / latituded.conf
1 #
2 # Example 3rd party application startup script.
3 #
4 # Install the startup script to /etc/init/apps.
5 #
6 # Applications are started after official stuff is done.
7 #
8 # The name of the script has to be unique, suffix .conf is mandatory.
9 #
10 # Applications are started in alphabetical order; note that
11 # 3rd party applications are not run in malfunction state.
12 #
13 # Only these tags ("stanzas") are allowed.
14 #
15 # During installation, application can be  started by issuing command
16 # "start apps/myapp" in post-install script. Note that suffix .conf is 
17 # not allowed.
18 #
19 # If your app does not get started, run command /etc/init/xsession/app-precheck.sh
20
21 description "Google Latitude Updater"
22 author "rodrigo@linfati.cl"
23
24 stop on stopping xsession
25
26 console none
27
28 # respawn
29 # respawn limit 3 30
30 # nice 2
31 # normal exit 0
32
33 exec /usr/bin/aegis-exec -s -u user -l "/opt/linfati.com/bin/latituded --init"
34