write transient files to tmpfs aka ram drive

This commit is contained in:
frederik
2024-02-11 17:19:09 +01:00
parent 35db8bcb3b
commit a4122b5bcc
4 changed files with 29 additions and 1 deletions
+2
View File
@@ -413,6 +413,7 @@ install_services() {
install_gotty_logs
install_phpsysinfo
install_livestream_service
install_birdnet_mount
install_cleanup_cron
install_weekly_cron
increase_caddy_timeout
@@ -426,6 +427,7 @@ install_services() {
if [ -f ${config_file} ];then
source ${config_file}
source install_helpers.sh
install_services
chown_things
else