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

This commit is contained in:
Kasper Juul Hermansen 2025-01-11 13:04:54 +01:00
parent 844f8519d5
commit ea6bfc9c04
Signed by: kjuulh
SSH Key Fingerprint: SHA256:RjXh0p7U6opxnfd3ga/Y9TCo18FYlHFdSpRIV72S/QM

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"