homekit/systemd/sound_bot.service
2022-04-24 01:33:04 +03:00

12 lines
233 B
Desktop File

[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