install: the tmpfile enabling could be here

This commit is contained in:
Aminda Suomalainen 2025-12-05 12:19:44 +02:00
parent 5276b39910
commit 57cad92cc5
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -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 &)