|
@@ -25,9 +25,10 @@ SIZE=128M |
|
|
# You can replace this with any command (such as 'shoutrrr') or a custom script for handling notifications. |
|
|
# You can replace this with any command (such as 'shoutrrr') or a custom script for handling notifications. |
|
|
#NOTIFICATION_COMMAND=mail -s "Log2Ram Error on $HOSTNAME" |
|
|
#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 `/` ! |
|
|
|
|
|
# example : PATH_DISK="/var/log;/home/test/FolderInRam" |
|
|
|
|
|
|
|
|
# Specify the directories to be stored in RAM. List each directory using its absolute path, e.g., `/path/folder`. |
|
|
|
|
|
# Corresponding directories on the HDD, named `/path/hdd.folder`, will be automatically created for each listed path. |
|
|
|
|
|
# Separate multiple paths with a semicolon `;` and do not include a trailing slash at the end of the paths. |
|
|
|
|
|
# Example: PATH_DISK="/var/log;/home/test/FolderInRam" |
|
|
PATH_DISK="/var/log" |
|
|
PATH_DISK="/var/log" |
|
|
|
|
|
|
|
|
# Should log2ram consider journald and do a log rotate before copying the log files back? Please note that for this |
|
|
# Should log2ram consider journald and do a log rotate before copying the log files back? Please note that for this |
|
|