Browse Source

REBOOT after install

It's maybe the pb of #17
pull/19/head
azlux 7 years ago
parent
commit
1e18687475
2 changed files with 4 additions and 2 deletions
  1. +3
    -1
      README.md
  2. +1
    -1
      install.sh

+ 3
- 1
README.md 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 !

+ 1
- 1
install.sh 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

Loading…
Cancel
Save