aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2021-11-02 22:09:28 +0300
committerEvgeny Zinoviev <me@ch1p.io>2021-11-02 22:09:28 +0300
commit0ac93c579b1aec9581f049bdb47b04e507e20835 (patch)
tree031cb1b24416aa002aab1b3748ee759759e6fe56
parenta330fc67e715f56a23a907ad4e03d29595d4aaf7 (diff)
readme: fix systemd service example
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bf5f0fc..349575f 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ EnvironmentFile=/etc/default/inverter-bot
User=user
Group=user
Restart=on-failure
-ExecStart=python3 /home/user/inverter-bot/inverter-bot --token $TOKEN --users-whitelist $USERS --notify-to $NOTIFY_USERS $PARAMS
+ExecStart=python3 /home/user/inverter-bot/src/inverter-bot --token $TOKEN --users-whitelist $USERS --notify-to $NOTIFY_USERS $PARAMS
WorkingDirectory=/home/user/inverter-bot
[Install]