makedeb


dendrite 0.12.0-2


A second-generation Matrix homeserver written in Go

Viewing /dendrite.service.

View raw.

Click here to go back to the Git tree for dendrite.

[Unit]
Description=Dendrite Matrix Homeserver
After=network-online.target
After=postgresql.service
Wants=postgresql.service

[Service]
User=dendrite
ExecStart=/usr/bin/dendrite --config=/etc/dendrite/config.yaml
WorkingDirectory=/var/lib/dendrite/
LimitNOFILE=65536

[Install]
WantedBy=multi-user.target