plugable-matrix-bot/matrix-chatbot.service.template
Dennis 0d32c727fa Added installation files
This commit adds a convenient installation script for Linux and also
adds a description on how to install the bot.

Furthermore, a very simple example plugin is added. This way, new users
can easily discover the possibilities of this plugin.

Finally, the default character "Peter"---which is used within
Alcuinus---is removed, and a more generic character is added.
2019-01-12 15:13:21 +01:00

15 lines
220 B
Plaintext

[Unit]
Description=Matrix chatbot
After=multi-user.target
[Service]
Type=simple
Restart=always
RestartSec=3
User=mchatbot
WorkingDirectory=${DIR}
ExecStart=${DIR}/bin/python run.py
[Install]
WantedBy=multi-user.target