From e159647c52eece99e7e7e4d613f2d02514fa1548 Mon Sep 17 00:00:00 2001 From: Alex Indigo Date: Sat, 6 Dec 2025 00:39:41 -0800 Subject: [PATCH 1/2] Update domain-locker-install.sh It should be `systemctl enable --now`, so service would start again after reboot. --- install/domain-locker-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/domain-locker-install.sh b/install/domain-locker-install.sh index ce4e373a0ed..38f30e89019 100644 --- a/install/domain-locker-install.sh +++ b/install/domain-locker-install.sh @@ -64,7 +64,7 @@ Restart=always [Install] WantedBy=multi-user.target EOF -systemctl start --now -q domain-locker +systemctl enable --now -q domain-locker msg_info "Created Service" motd_ssh From db536589ab88fafe77e15eec038b3dac70d497e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Sat, 6 Dec 2025 10:06:05 +0100 Subject: [PATCH 2/2] Apply suggestion from @tremor021 --- install/domain-locker-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/domain-locker-install.sh b/install/domain-locker-install.sh index 38f30e89019..f797365665f 100644 --- a/install/domain-locker-install.sh +++ b/install/domain-locker-install.sh @@ -64,7 +64,7 @@ Restart=always [Install] WantedBy=multi-user.target EOF -systemctl enable --now -q domain-locker +systemctl enable -q --now domain-locker msg_info "Created Service" motd_ssh