Skip to content

Commit e811c35

Browse files
committed
Some typos and new file locations
1 parent dde7e8c commit e811c35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/cluster/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ After=docker.target
4343
[Service]
4444
Type=simple
4545
WorkingDirectory=/home/gc/green-metrics-tool/
46-
ExecStart=/home/gc/green-metrics-tool/venv/bin/python3 /home/gc/green-metrics-tool/tools/client.py
46+
ExecStart=/home/gc/green-metrics-tool/venv/bin/python3 /home/gc/green-metrics-tool/cron/client.py
4747
Restart=always
4848
RestartSec=30s
4949
TimeoutStopSec=600
@@ -58,7 +58,7 @@ WantedBy=default.target
5858
Then activate the service
5959
```bash
6060
systemctl --user daemon-reload # Reload the systemd configuration
61-
systemctl --ser enable green-coding-client # enable on boot
61+
systemctl --user enable green-coding-client # enable on boot
6262
systemctl --user start green-coding-client # start service
6363
6464
systemctl --user status green-coding-client # check status

0 commit comments

Comments
 (0)