readme: fix systemd service example
This commit is contained in:
parent
a330fc67e7
commit
0ac93c579b
@ -51,7 +51,7 @@ EnvironmentFile=/etc/default/inverter-bot
|
|||||||
User=user
|
User=user
|
||||||
Group=user
|
Group=user
|
||||||
Restart=on-failure
|
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
|
WorkingDirectory=/home/user/inverter-bot
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user