mirror of
https://gitlab.com/questable/questable_bot
synced 2025-03-11 01:26:53 +01:00
12 lines
206 B
Desktop File
12 lines
206 B
Desktop File
[Unit]
|
|
Description=Questable Bot
|
|
After=Network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=some_unprivileged_user
|
|
ExecStart=/bin/sh -c 'cd /path/to/questable/ ; python3 bot.py'
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|