blob: cc94e41365edbcc21d952f39885725144c160726 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[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
|