ソースを参照

REBOOT after install

It's maybe the pb of #17
pull/19/head
azlux 7年前
コミット
1e18687475
2個のファイルの変更4行の追加2行の削除
  1. +3
    -1
      README.md
  2. +1
    -1
      install.sh

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

+ 1
- 1
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

読み込み中…
キャンセル
保存