2019-12-13 09:45:10 -06:00
|
|
|
[Unit]
|
|
|
|
Description=Telegram Music Bot
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
User=david
|
|
|
|
Group=david
|
|
|
|
Restart=always
|
|
|
|
RestartSec=10
|
|
|
|
Type=default
|
2023-04-05 13:24:47 -05:00
|
|
|
WorkingDirectory=/home/david/tmusic
|
|
|
|
ExecStart=/home/david/.local/share/virtualenvs/tmusic-l3mWxOyb/bin/python3 music.py
|
2019-12-13 09:45:10 -06:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|