Asif Bacchus 2020-05-24 03:44:12 -06:00
parent aca5c66ab3
commit 068e8cb180
1 changed files with 2 additions and 2 deletions

@ -1,4 +1,4 @@
# Service script (/etc/logwatch/scripts/services/backup)
# service script (/etc/logwatch/scripts/services/backup)
Logwatch calls any script with a name that **matches the service name**. You'll notice that I just named everything *backup* to keep things simple. You can change this to whatever you want, however. If you changed the service name to *"mailcowbackup*.conf", for example, you would have to rename this script file to "*mailcowbackup*" with no extension.
@ -9,7 +9,7 @@ language.
**In essence, Logwatch just spits out the log file(s) defined in the LogFile Group file as standard input (STDIN) for the script and then takes whatever is output (STDOUT) from the script to assemble into it's report.**
## Detail levels
## detail levels
The script supports four (4) detail levels as follows: