Przeglądaj źródła

log2ram bugfix

cleanup at stop)
pull/237/head
HoTschir 1 miesiąc temu
committed by GitHub
rodzic
commit
186ca4d9cb
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 5 dodań i 0 usunięć
  1. +5
    -0
      log2ram

+ 5
- 0
log2ram Wyświetl plik

@@ -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, when sync_to_disk
# - 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
;;


Ładowanie…
Anuluj
Zapisz