Skip to content

Commit

Permalink
README: nits
Browse files Browse the repository at this point in the history
  • Loading branch information
hovercats committed Oct 17, 2023
1 parent 6a440b4 commit b1abcb6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,19 @@ Create neccessary directories
$ rcsm -c

Now create your service scripts
To launch your services with rcsm
To start/stop your services with rcsm

$ rcsm -s foo
$ rcsm -k foo

If you have multiple services you want to run, you can activate them

$ rcsm -a foo
$ rcsm -a bar

You can now start all your activated services simultaneously
You can now start/stop all your activated services simultaneously

$ rcsm -s

To kill your services, it follows the same idea as -s flag

$ rcsm -k foo
$ rcsm -k


Expand Down

0 comments on commit b1abcb6

Please sign in to comment.