From f9347eb2bcd6d80e8fdc95b08213ac387605532b Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 29 Dec 2025 23:54:06 -0600 Subject: [PATCH] enabling both service and timer --- scripts/setup_wizard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup_wizard.sh b/scripts/setup_wizard.sh index cdf5bfe..fd35ad5 100755 --- a/scripts/setup_wizard.sh +++ b/scripts/setup_wizard.sh @@ -182,5 +182,5 @@ install_unit ${SERVICE_TEMPLATE_URL} install_unit ${TIMER_TEMPLATE_URL} systemctl daemon-reload -systemctl enable --now "$(basename "${TIMER_TEMPLATE_URL}")" +systemctl enable --now "${TIMER_FILE}" "${SERVICE_FILE}" systemctl list-unit-files $SERVICE_FILE $TIMER_FILE