enabling both service and timer

This commit is contained in:
John Lancaster
2025-12-29 23:54:06 -06:00
parent 4123ac3c00
commit f9347eb2bc

View File

@@ -182,5 +182,5 @@ install_unit ${SERVICE_TEMPLATE_URL}
install_unit ${TIMER_TEMPLATE_URL} install_unit ${TIMER_TEMPLATE_URL}
systemctl daemon-reload 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 systemctl list-unit-files $SERVICE_FILE $TIMER_FILE