Fix header styles

This commit is contained in:
Salt 2019-06-21 19:23:42 -05:00
parent ba5915bb58
commit ff1824de13

View File

@ -30,13 +30,13 @@ By setting a dummy execution line, one can effectively prevent an entire configu
After all these programs have been started, firestarter executes `~/.firestarterrc` if it exists. After all these programs have been started, firestarter executes `~/.firestarterrc` if it exists.
# Logging ## Logging
All STDOUT and STDERR messages from these commands are saved to a logfile in `~/.local/share/firestarter/logs` under the same name as the configuration file. By default, these logfiles are rotated every time you log in. All STDOUT and STDERR messages from these commands are saved to a logfile in `~/.local/share/firestarter/logs` under the same name as the configuration file. By default, these logfiles are rotated every time you log in.
If you set the variable `FS_NOLOG` to a nonempty value, firestarter will not keep logs. If you set the variable `FS_NOLOG` to a nonempty value, firestarter will not keep logs.
# Exit Codes ## Exit Codes
| code | meaning | | code | meaning |
| --: | --- | | --: | --- |