1
0
Fork 0
gps-timekeep/configs/daemons.conf

49 lines
1.1 KiB
Plaintext
Raw Normal View History

2014-08-30 01:38:26 +03:00
[inet_http_server]
port = *:9001
username = admin
password = muflon
2014-08-30 01:38:26 +03:00
[program:gpsd]
command=/usr/sbin/gpsd -N -n -F /var/run/gpsd.sock -P /var/run/gpsd.pid /dev/ttyAMA0
numprocs=1
priority=1
autostart=true
autorestart=true
[program:time-from-gps-oneshot]
command=/usr/bin/python /opt/gps-timekeep/time-from-gps/time-from-gps.py
directory=/opt/gps-timekeep/time-from-gps
numprocs=1
priority=2
autostart=true
autorestart=false
2014-08-30 01:38:26 +03:00
[program:gps-watcher]
command=/usr/bin/python /opt/gps-timekeep/watcher-daemon/gps-watcher.py
directory=/opt/gps-timekeep/watcher-daemon
numprocs=1
priority=10
autostart=false
2014-08-30 01:38:26 +03:00
autorestart=true
[program:rpi_gpio_ntp]
command=/opt/gps-timekeep/bin/rpi_gpio_ntp -f -N 1 -g 18
numprocs=1
priority=100
autostart=false
autorestart=false
[program:ntpd]
command=/usr/sbin/ntpd -n -c /opt/gps-timekeep/configs/ntp.conf -p /var/run/ntpd.pid -g -u 102:104
numprocs=1
priority=200
autostart=false
autorestart=false
[program:lighttpd]
command=/usr/sbin/lighttpd -D -f /opt/gps-timekeep/configs/lighttpd.conf
numprocs=1
priority=300
autostart=true
autorestart=true