diff --git a/README.md b/README.md index 90b1b2a..d5bc721 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ cd log2ram chmod +x install.sh sudo ./install.sh ``` - +**REBOOT** before installing anything else (for example apache2) ## Customize #### variables : @@ -33,6 +33,8 @@ df -h mount ``` +If you have issue with apache2 , you can try to add `apache2.service` next to other services on the `Before` parameter into /etc/systemd/system/log2ram.service it will solve the pb + The log for log2ram will be write here : `/var/log.hdd/log2ram.log` ###### Now, muffins for everyone ! diff --git a/install.sh b/install.sh index 8a7eed1..04e15c6 100644 --- a/install.sh +++ b/install.sh @@ -12,7 +12,7 @@ then cp log2ram.hourly /etc/cron.hourly/log2ram chmod +x /etc/cron.hourly/log2ram - echo "Reboot to activate log2ram" + echo "##### Reboot to activate log2ram #####" else echo "You need to be ROOT (sudo can be used)" fi