commit b717a2e
hovercats
·
2025-11-13 20:52:28 +0000 UTC
parent aef9ce5
improve some sentencing in README
1 files changed,
+8,
-6
M
README
M
README
+8,
-6
1@@ -2,8 +2,10 @@ rcsm
2 ----
3
4 A tiny service manager written in rc.
5-It doesnt really do much, appart from starting and killing services.
6-So no logging, no monitoring, just start/stop.
7+Rcsm only supports the bare minimum of features, meaning start/stop
8+services. So no logging, no monitoring etc, thus keeping things simple.
9+This could however instead be implemented into users own service
10+scripts, should users choose to do so.
11
12 It follows the same concept as shsm[0], but is about half the LOCs.
13
14@@ -17,7 +19,7 @@ Install
15 Usage
16 -----
17 rcsm [flag] [args]
18--a - Activate service.
19+-a - Activate service.
20 -c - Create neccessary directories.
21 -d - Deactivate services.
22 -h - Show usage message.
23@@ -36,9 +38,9 @@ Some flags also supports multiple arguments: -a -d -k -s -r
24
25 Service scripts
26 ---------------
27-Service scripts are rather simple, and have only 2 requirements:
28+Service scripts are language-agnostic, thus giving users the freedom
29+to use any language/shell they like.
30+Service scripts has 2 (technically optional) requirements:
31 Accepting -s/-k flags.
32-Which gives users the freedom to use whichever language/shell they like for
33-service scripts.
34
35 [0] https://github.com/hovercats/shsm