Skip to content

Commit c9a8e8a

Browse files
taketook34AksonovSergei
authored andcommitted
Issue #26. Updating README.md
1 parent 3cf6f25 commit c9a8e8a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,22 @@ password: temppwd
5353
```
5454

5555
### Run program
56+
57+
Run directly
5658
```
5759
sudo ./kpi_rover_ecu -a 0.0.0.0 -p 6000
5860
```
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+
5972
## Code Style Check and Static Code Analysis
6073

6174
### Importance

system/kpi_rover_ecu.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ PermissionsStartOnly=true
1313
ExecStartPre=/bin/sleep 2
1414

1515
[Install]
16-
WantedBy=multi-user.target
16+
WantedBy=multi-user.target

0 commit comments

Comments
 (0)