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