A bot for searching and sharing music on Telegram
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[Unit] |
|
Description=Telegram Music Bot |
|
|
|
[Service] |
|
User=david |
|
Group=david |
|
Restart=always |
|
RestartSec=10 |
|
Type=default |
|
WorkingDirectory=/path/to/working/dir |
|
ExecStart=/path/to/pipenv/virtualenv/python3 music.py |
|
|
|
[Install] |
|
WantedBy=multi-user.target
|
|
|