mirror of
https://github.com/moparisthebest/sendxmpp-py
synced 2024-11-17 22:45:03 -05:00
13 lines
173 B
Desktop File
13 lines
173 B
Desktop File
[Unit]
|
|
Description=XMPP Echo Bot
|
|
After=prosody.service
|
|
|
|
[Service]
|
|
User=prosody
|
|
Group=prosody
|
|
Type=simple
|
|
ExecStart=/usr/bin/echobot.py
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|