17 lines
309 B
SYSTEMD
17 lines
309 B
SYSTEMD
|
[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
|