17 lines
309 B
Desktop File
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
|