feat: enable churn update service
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
844f8519d5
commit
ea6bfc9c04
@ -112,9 +112,11 @@ EOF
|
|||||||
# Reload systemd and enable service
|
# Reload systemd and enable service
|
||||||
echo "Configuring systemd service..."
|
echo "Configuring systemd service..."
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
|
|
||||||
systemctl enable "${SERVICE_NAME}"
|
systemctl enable "${SERVICE_NAME}"
|
||||||
systemctl start "${SERVICE_NAME}"
|
systemctl start "${SERVICE_NAME}"
|
||||||
|
|
||||||
|
systemctl enable "${SERVICE_NAME}-update"
|
||||||
|
|
||||||
systemctl enable "${SERVICE_NAME}-update.timer"
|
systemctl enable "${SERVICE_NAME}-update.timer"
|
||||||
systemctl start "${SERVICE_NAME}-update.timer"
|
systemctl start "${SERVICE_NAME}-update.timer"
|
||||||
|
Loading…
Reference in New Issue
Block a user