REBOOT after install

It's maybe the pb of #17
This commit is contained in:
azlux 2017-06-02 19:56:57 +02:00
parent ea486efb5f
commit 1e18687475
2 changed files with 4 additions and 2 deletions

View File

@ -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 !

View File

@ -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