From 57cad92cc54b162c47eebe058eab691312627193 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 5 Dec 2025 12:19:44 +0200 Subject: [PATCH] install: the tmpfile enabling could be here --- install | 1 + 1 file changed, 1 insertion(+) diff --git a/install b/install index 418a849d..920f4410 100755 --- a/install +++ b/install @@ -279,6 +279,7 @@ if [ "$(id -u)" == "0" ]; then if hash systemctl 2> /dev/null; then systemctl daemon-reload (systemctl --global enable darkman.service &) + (systemctl --global enable systemd-tmpfiles-setup.service &) # SECURITY WARNING! Practically a backdoor unless you are me and expect this! # WARNING! Likely breaks SSHd outside of port 22 unless override exists! (systemctl --global enable foot-server.socket &)