Update gpsUpdate.service

This commit is contained in:
kn1gh7h4wk 2020-06-22 19:21:45 -07:00 committed by GitHub
parent f86e3907eb
commit 1624799aaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
systemd/gpsUpdate.service Normal file
View file

@ -0,0 +1,17 @@
[Unit]
Description=gpsUpdate for ADSBx Buster
Requires=gpsd.service
After=gpsd.service
After=readsb.service
After=adsbexchange.service
StartLimitIntervalSec=0
[Service]
Type=simple
Restart=always
RestartSec=600
ExecStart=/usr/local/bin/gpsUpdate.sh
SyslogIdentifier=gpsUpdate
[Install]
WantedBy=default.target