better installation

This commit is contained in:
2026-08-11 17:22:03 +02:00
parent 8af31c94b5
commit 84ea3b21a9
4 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -4,5 +4,5 @@ After=cheap-system-monitor.service
[Service]
Type=oneshot
ExecStart=/usr/local/lib/cheap-system-monitor/generate_graphs.py
ExecStart=/opt/cheap_system_monitor/generate_graphs.py
User=root
+1 -1
View File
@@ -4,5 +4,5 @@ After=local-fs.target
[Service]
Type=oneshot
ExecStart=/usr/local/lib/cheap-system-monitor/system_monitor.py
ExecStart=/opt/cheap_system_monitor/system_monitor.py
User=root