Dennis
0d32c727fa
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.
15 lines
220 B
Plaintext
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
|