Sfoglia il codice sorgente

Merge pull request #3 from HoTschir/HoTschir-patch-3

log2ram bugfix
pull/236/head
HoTschir 1 mese fa
committed by GitHub
parent
commit
a642369f71
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: B5690EEEBB952194
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. +5
    -0
      log2ram

+ 5
- 0
log2ram Vedi File

@@ -2,6 +2,7 @@

# HTs 2024-09-25: - repeated start) (without stop) does not cause additional "mount --bind" anymore
# - LOG2RAM_LOG, extended by sync_to_disk, is rescued to hdd.path
# - cleanup at stop)

. /etc/log2ram.conf

@@ -173,6 +174,10 @@ stop)
umount -l "$HDD_LOG"/
# Unsure as even with Root permision denied
#echo ${ZRAM_LOG} > /sys/class/zram-control/hot_remove

# ++HTs 2024-09-25: cleanup
rm -rf "$HDD_LOG"

done
exit 0
;;


Caricamento…
Annulla
Salva