commit b1abcb6
hovercats
·
2023-10-17 10:42:42 +0000 UTC
parent 6a440b4
README: nits
1 files changed,
+3,
-6
M
README
M
README
+3,
-6
1@@ -21,22 +21,19 @@ Create neccessary directories
2 $ rcsm -c
3
4 Now create your service scripts
5-To launch your services with rcsm
6+To start/stop your services with rcsm
7
8 $ rcsm -s foo
9+ $ rcsm -k foo
10
11 If you have multiple services you want to run, you can activate them
12
13 $ rcsm -a foo
14 $ rcsm -a bar
15
16-You can now start all your activated services simultaneously
17+You can now start/stop all your activated services simultaneously
18
19 $ rcsm -s
20-
21-To kill your services, it follows the same idea as -s flag
22-
23- $ rcsm -k foo
24 $ rcsm -k
25
26