summaryrefslogtreecommitdiff
path: root/systemd/inverter_bot.service
blob: c5d4aec3f6c870df1d24cb88edeff08fb4eb459c (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/bin/inverter_bot.py
WorkingDirectory=/home/user

[Install]
WantedBy=multi-user.target