summaryrefslogtreecommitdiff
path: root/systemd/sound_bot.service
blob: e0b5500af662b7b7b6f3e002c6bd7e0f31207dd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=HomeKit Sound Bot for Telegram
After=network-online.target

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

[Install]
WantedBy=multi-user.target