feat: enable churn update service
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-01-11 13:04:54 +01:00
parent 844f8519d5
commit ea6bfc9c04

View File

@@ -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"