Browse Source

issue

tags/v1.2
azlux 7 years ago
committed by GitHub
parent
commit
5a47ec1e5a
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      README.md

+ 3
- 1
README.md View File

@@ -1,6 +1,8 @@
# Log2Ram # Log2Ram
Like ramlog for systemd (on debian 8 jessie for example). Like ramlog for systemd (on debian 8 jessie for example).


READ THE ISSUE #24 (https://github.com/azlux/log2ram/issues/28) BEFORE INSTALL !

Usefull for **Raspberry** for not writing all the time on the SD card. You need it because your SD card don't want to suffer anymore ! Usefull for **Raspberry** for not writing all the time on the SD card. You need it because your SD card don't want to suffer anymore !


The script [log2ram](https://github.com/azlux/log2ram) can work on every linux system. So you can use it with your own daemon manager if you don't have systemd. The script [log2ram](https://github.com/azlux/log2ram) can work on every linux system. So you can use it with your own daemon manager if you don't have systemd.
@@ -47,4 +49,4 @@ The log for log2ram will be write here : `/var/log.hdd/log2ram.log`
cd log2ram cd log2ram
chmod +x uninstall.sh chmod +x uninstall.sh
sudo ./uninstall.sh sudo ./uninstall.sh
```
```

Loading…
Cancel
Save