1
0
Fork 0

Changes to daemons.conf for password protection.

This commit is contained in:
flabbergast 2014-09-01 21:21:27 +02:00
parent 5fc7e32681
commit 4c0495ff9b
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
[inet_http_server]
port = *:9001
username = admin
password = muflon
[program:gpsd]
command=/usr/sbin/gpsd -N -n -F /var/run/gpsd.sock -P /var/run/gpsd.pid /dev/ttyAMA0
@ -10,6 +12,7 @@ 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