From 3f329e0afacdaf38490e2f074870e1277d8a7049 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 4 Mar 2025 10:16:24 +0100 Subject: [PATCH] update --- RTC/save_to_db.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RTC/save_to_db.py b/RTC/save_to_db.py index 5b265d3..19e8c58 100755 --- a/RTC/save_to_db.py +++ b/RTC/save_to_db.py @@ -34,6 +34,8 @@ WantedBy=multi-user.target sudo systemctl daemon-reload +sudo systemctl enable rtc_save_to_db.service + sudo systemctl start rtc_save_to_db.service sudo systemctl status rtc_save_to_db.service