diff --git a/install.sh b/install.sh index 92056f1..f6e18e9 100644 --- a/install.sh +++ b/install.sh @@ -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"