summaryrefslogtreecommitdiff
path: root/systemd/sound_bot.service
blob: 63bde89bf0a9c73e96ae048f95f1f3c4fce757e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=MyHomeKit's 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