From ea6bfc9c04bc1098ee1385c610e071bcf4820382 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 11 Jan 2025 13:04:54 +0100 Subject: [PATCH] feat: enable churn update service --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 92056f1..f6e18e9 100644 --- a/install.sh +++ b/install.sh @@ -112,9 +112,11 @@ EOF # Reload systemd and enable service echo "Configuring systemd service..." systemctl daemon-reload + systemctl enable "${SERVICE_NAME}" systemctl start "${SERVICE_NAME}" +systemctl enable "${SERVICE_NAME}-update" systemctl enable "${SERVICE_NAME}-update.timer" systemctl start "${SERVICE_NAME}-update.timer"