Skip to content

Commit

Permalink
enable base services
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefal committed Feb 22, 2023
1 parent e7f3c5b commit 5af5140
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 @@ -479,7 +479,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 5af5140

Please sign in to comment.