summarylogtreecommitdiffstats
path: root/dendrite.service
blob: 35b1f291584bb08281858d5b507abbec97f241cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Dendrite (Matrix Homeserver)
After=network.target
After=postgresql.service
Wants=postgresql.service

[Service]
User=dendrite
Group=dendrite
ExecStart=/usr/bin/dendrite

[Install]
WantedBy=multi-user.target