Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
version 1.2 // inserted use of bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyzonix authored Mar 4, 2021
1 parent 540a3dc commit fc0b7d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ View the status of the service:
```
$ sudo systemctl status station.service
```
or use the contained bash file (permission granting required):
```
$ sudo chmod +x view_status.sh
$ ./view_status.sh
```
Stop the service
```
$ sudo systemctl stop station.service
Expand Down

0 comments on commit fc0b7d5

Please sign in to comment.