Update gpsUpdate.service
This commit is contained in:
parent
f86e3907eb
commit
1624799aaa
17
systemd/gpsUpdate.service
Normal file
17
systemd/gpsUpdate.service
Normal 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
|
Loading…
Reference in a new issue