1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
[Unit] Description=Plugin-based Matrix bot [Service] Type=simple User=maubot Group=maubot WorkingDirectory=/var/lib/maubot/ ExecStart=/bin/python -m maubot -c /etc/maubot/config.yaml Restart=always RestartSec=30 SyslogIdentifier=maubot [Install] WantedBy=multi-user.target