renamed install dir

This commit is contained in:
2025-03-05 18:16:55 +01:00
parent 43bd991c3d
commit 13337c92c9
3 changed files with 2 additions and 4 deletions
@@ -0,0 +1,18 @@
[Unit]
Description=CPU Governor Auto Adjust service
After=network.target
[Service]
Type=simple
User=root
Group=root
WorkingDirectory=/opt/cpu_governor_auto_adjust
ExecStart=/opt/cpu_governor_auto_adjust/start.sh
Restart=always
RestartSec=5
Environment="PATH=/opt/cpu_governor_auto_adjust/.venv/bin"
StandardOutput=append:/var/log/cpu_governor_auto_adjust.log
StandardError=append:/var/log/cpu_governor_auto_adjust.log
[Install]
WantedBy=multi-user.target