summaryrefslogtreecommitdiffstats
path: root/net-im/dendrite/files/dendrite-monolith.service
blob: 55c1d6fac5ce39623a7ad2c1778fc51511d16ed1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Dendrite (Matrix Homeserver)
After=syslog.target
After=network.target

[Service]
RestartSec=2s
Type=simple
User=dendrite
Group=dendrite
WorkingDirectory=/var/lib/dendrite/
ExecStart=/usr/bin/dendrite-monolith-server
Restart=always
LimitNOFILE=65535

[Install]
WantedBy=multi-user.target