previewbot/previewbot.service
2025-05-15 14:53:04 +02:00

12 lines
206 B
Desktop File

[Unit]
Description=XMPP preview bot
After=prosody.service
[Service]
User=nobody
Group=nobody
WorkingDirectory=/opt/previewbot
ExecStart=/usr/bin/python3 previewbot.py
[Install]
WantedBy=multi-user.target