Ver código fonte

log2ram bugfix

cleanup at stop)
pull/237/head
HoTschir 1 mês atrás
committed by GitHub
pai
commit
186ca4d9cb
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: B5690EEEBB952194
1 arquivos alterados com 5 adições e 0 exclusões
  1. +5
    -0
      log2ram

+ 5
- 0
log2ram Ver arquivo

@@ -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
;;


Carregando…
Cancelar
Salvar