We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf6f25 commit c9a8e8aCopy full SHA for c9a8e8a
README.md
@@ -53,9 +53,22 @@ password: temppwd
53
```
54
55
### Run program
56
+
57
+Run directly
58
59
sudo ./kpi_rover_ecu -a 0.0.0.0 -p 6000
60
61
62
+Run like systemd service
63
+```
64
+sudo systemctl start kpi_rover_ecu.service
65
66
67
+Stop systemd service
68
69
+sudo systemctl stop kpi_rover_ecu.service
70
71
72
## Code Style Check and Static Code Analysis
73
74
### Importance
system/kpi_rover_ecu.service
@@ -13,4 +13,4 @@ PermissionsStartOnly=true
13
ExecStartPre=/bin/sleep 2
14
15
[Install]
16
-WantedBy=multi-user.target
+WantedBy=multi-user.target
0 commit comments