system/systemd/matrix-maubot.service
Georg a7b59a951b Initial Systemd Service Run: 1/3
Signed-off-by: Georg <georg@lysergic.dev>
2021-07-21 12:34:32 +02:00

17 lines
309 B
Desktop File

[Unit]
Description=Matrix Maubot
Requires=matrix-synapse.service
[Service]
Type=simple
NotifyAccess=main
Restart=on-abort
User=maubot
Group=matrix
WorkingDirectory=/opt/matrix/maubot
ExecStart=/opt/matrix/maubot/maubot-venv/bin/python3 -m maubot
SyslogIdentifier=maubot
[Install]
WantedBy=multi-user.target