Skip to content

Commit

Permalink
Merge pull request #302 from Stefal/dev
Browse files Browse the repository at this point in the history
enable base services
  • Loading branch information
Stefal authored Feb 22, 2023
2 parents 2a52533 + 5af5140 commit a96a7d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,9 @@ start_services() {
echo 'STARTING SERVICES'
echo '################################'
systemctl daemon-reload
systemctl enable rtkbase_web.service
systemctl start rtkbase_web.service
systemctl enable str2str_tcp.service
systemctl start str2str_tcp.service
systemctl restart gpsd.service
systemctl restart chrony.service
Expand Down

0 comments on commit a96a7d8

Please sign in to comment.