install: enable darkman darkman user service

This commit is contained in:
Aminda Suomalainen 2025-09-21 09:40:29 +03:00
parent 0683c63410
commit 59bf2cbf9b
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -191,6 +191,7 @@ if [ "$(id -u)" == "0" ]; then
if hash systemctl 2> /dev/null; then if hash systemctl 2> /dev/null; then
systemctl daemon-reload systemctl daemon-reload
(systemctl --global enable darkman.service &)
# SECURITY WARNING! Practically a backdoor unless you are me and expect this! # SECURITY WARNING! Practically a backdoor unless you are me and expect this!
# WARNING! Likely breaks SSHd outside of port 22 unless override exists! # WARNING! Likely breaks SSHd outside of port 22 unless override exists!
(systemctl --global enable foot-server.socket &) (systemctl --global enable foot-server.socket &)