|
|
@@ -14,9 +14,14 @@ SIZE=128M |
|
|
|
# In all other cases, setting USE_RSYNC to anything other than true will default to "cp". |
|
|
|
#USE_RSYNC=false |
|
|
|
|
|
|
|
# If there are some errors with available RAM space, a system mail will be send |
|
|
|
# If there are some errors with available RAM space, a system mail will be send by default (see next parameter) |
|
|
|
# Change it to false and you will have only a log if there is no place on RAM anymore. |
|
|
|
MAIL=true |
|
|
|
#NOTIFICATION=true |
|
|
|
|
|
|
|
# This is a one-line command for the error notification. |
|
|
|
# By default, it's a email with the command `mail`, the body is passed in stdin. |
|
|
|
# So you can set any command(like shoutrrr) or custom script for the error notification. |
|
|
|
#NOTIFICATION_COMMAND=mail -s "Log2Ram Error on $HOSTNAME" |
|
|
|
|
|
|
|
# Variable for folders to put in RAM. You need to specify the real folder `/path/folder` , the `/path/hdd.folder` will |
|
|
|
# be automatically created. Multiple path can be separeted by `;`. Do not add the final `/` ! |
|
|
|