summaryrefslogtreecommitdiff
path: root/systemd/pump_bot.service
blob: b59f5b952c62ea0fed1a863f59eebfe1d4991c30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Water Pump Telegram Bot
After=gpiorelayd.service

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

[Install]
WantedBy=multi-user.target