From 2ab9716efcc150edc33e35ec3e426be11eba8eda Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Tue, 8 Sep 2020 03:58:54 +0000 Subject: [PATCH] forgot to enable new systemd service --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index 53243937..c6f722df 100644 --- a/update.sh +++ b/update.sh @@ -67,6 +67,7 @@ EOF echo "${celerywinupdate}" | sudo tee /etc/conf.d/celery-winupdate.conf > /dev/null sudo systemctl daemon-reload +sudo systemctl enable celery-winupdate fi