mirror of
https://github.com/azlux/log2ram.git
synced 2023-10-10 13:37:24 +02:00
parent
ea486efb5f
commit
1e18687475
@ -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 !
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user