From 53dd0efddde2b239d7d93977a96054ef3fbf85d1 Mon Sep 17 00:00:00 2001 From: Alex Indigo Date: Sat, 6 Dec 2025 02:08:40 -0800 Subject: [PATCH] Update domain-locker-install.sh to enable auto-start after reboot (#9715) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update domain-locker-install.sh It should be `systemctl enable --now`, so service would start again after reboot. * Apply suggestion from @tremor021 --------- Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com> --- 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 ce4e373a0e..f797365665 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 -q --now domain-locker msg_info "Created Service" motd_ssh