Deze website werkt beter met JavaScript.
Beginscherm
Help
Inloggen
heuzef
/
log2ram
kopie van
https://github.com/azlux/log2ram.git
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Publicaties
18
Wiki
Activiteit
Bladeren bron
Stupid I am
Log on disk wasn't copy on install, so the shutdown destroy everything.
#18
#17
pull/19/head
azlux
7 jaren geleden
bovenliggende
9d76a1b082
commit
bd1b669ed9
2 gewijzigde bestanden
met
toevoegingen van 7
en
0 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+1
-0
install.sh
+6
-0
log2ram
+ 1
- 0
install.sh
Bestand weergeven
@@ -11,6 +11,7 @@ then
systemctl enable log2ram
cp log2ram.hourly /etc/cron.hourly/log2ram
chmod +x /etc/cron.hourly/log2ram
/usr/local/bin/log2ram init
echo "##### Reboot to activate log2ram #####"
else
+ 6
- 0
log2ram
Bestand weergeven
@@ -57,6 +57,12 @@ case "$1" in
write)
syncToDisk
;;
init)
[ -d $HDD_LOG ] || mkdir $HDD_LOG
cp -rfup $RAM_LOG -T $HDD_LOG 2>&1 | $LOG_OUTPUT
;;
*)
echo "Usage: log2ram {start|stop|write}" >&2
exit 1
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan