summaryrefslogtreecommitdiff
path: root/systemd/inverter_bot.service
blob: 96612aeaa5fccfb465a610fa1a9adfc53c1fed61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=InfiniSolar V 5KW Inverter Telegram Bot
After=inverterd.service

[Service]
User=user
Group=user
Restart=on-failure
ExecStart=/home/user/homekit/src/inverter_bot.py
WorkingDirectory=/home/user

[Install]
WantedBy=multi-user.target