diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-11-02 22:09:28 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-11-02 22:09:28 +0300 |
commit | 0ac93c579b1aec9581f049bdb47b04e507e20835 (patch) | |
tree | 031cb1b24416aa002aab1b3748ee759759e6fe56 | |
parent | a330fc67e715f56a23a907ad4e03d29595d4aaf7 (diff) |
readme: fix systemd service example
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |