Changes to daemons.conf for password protection.
This commit is contained in:
parent
5fc7e32681
commit
4c0495ff9b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue