summaryrefslogtreecommitdiff
path: root/systemd/sound_bot.service
blob: 51a9e0fc2c3de7b970204e2b010849afe7136e69 (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/src/sound_bot.py

[Install]
WantedBy=multi-user.target