Skip to content

Commit

Permalink
README.md update to reflect the added persistent options
Browse files Browse the repository at this point in the history
  • Loading branch information
VolkerChristian committed Jun 14, 2023
1 parent 59e41f0 commit c3ad6cd
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1270,9 +1270,9 @@ Options (non-persistent):
Display program version information and exit
-s,--show-config
Show current configuration and exit
-w,--write-config [configfile]:NOT DIR [/home/<user>/.config/snode.c/echoserver.conf]
-w,--write-config [configfile]:NOT DIR [/home/voc/.config/snode.c/httpserver-tls-in.conf]
Write config file and exit
--config-file configfile:NOT DIR [/home/<user>/.config/snode.c/echoserver.conf]
--config-file configfile:NOT DIR [/home/voc/.config/snode.c/httpserver-tls-in.conf]
Read an config file
--instance-map name=mapped_name
Instance name mapping used to make an instance known under an alias name also in a config file
Expand All @@ -1290,15 +1290,17 @@ Options (persistent):
Log level
-v,--verbose-level level:INT in [0 - 10] [0]
Verbose level
--log-file logfile:NOT DIR [/home/<user>/.local/log/snode.c/echoserver.log]
-q{true},-u{false},--quiet={true,false} [false]
Quiet mode
--log-file logfile:NOT DIR [/home/voc/.local/log/snode.c/httpserver-tls-in.log]
Logfile path
--enforce-log-file={true,false} [false]
-e{true},-n{false},--enforce-log-file={true,false} [false]
Enforce writing of logs to file for foreground applications
-d{true},-f{false},--daemonize={true,false} [false]
Start application as daemon
--user-name username [<user>] Needs: --daemonize
--user-name username [voc] Needs: --daemonize
Run daemon under specific user permissions
--group-name groupname [<user>] Needs: --daemonize
--group-name groupname [voc] Needs: --daemonize
Run daemon under specific group permissions
```

Expand Down Expand Up @@ -1351,15 +1353,17 @@ Options (persistent):
Log level
-v,--verbose-level level:INT in [0 - 10] [0]
Verbose level
--log-file logfile:NOT DIR [/home/<user>/.local/log/snode.c/echoserver.log]
-q{true},-u{false},--quiet={true,false} [false]
Quiet mode
--log-file logfile:NOT DIR [/home/voc/.local/log/snode.c/httpserver-tls-in.log]
Logfile path
--enforce-log-file={true,false} [false]
-e{true},-n{false},--enforce-log-file={true,false} [false]
Enforce writing of logs to file for foreground applications
-d{true},-f{false},--daemonize={true,false} [false]
Start application as daemon
--user-name username [<user>] Needs: --daemonize
--user-name username [voc] Needs: --daemonize
Run daemon under specific user permissions
--group-name groupname [<user>] Needs: --daemonize
--group-name groupname [voc] Needs: --daemonize
Run daemon under specific group permissions
Instances:
Expand Down

0 comments on commit c3ad6cd

Please sign in to comment.