13 lines
231 B
Desktop File
13 lines
231 B
Desktop File
[Unit]
|
|
Description=Game Discord Bot by Adora
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
WorkingDir=/games/discord-bot
|
|
ExecStart=/games/discord-bot/venv/bin/python3 ./app.py
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|