renamed install dir
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user