src.nth.io/

summaryrefslogtreecommitdiff
path: root/dendrite/server/templates/[email protected]
blob: 61b2ddb5bc968cf0a81836ad0fbdec20b4875a07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Dendrite %I Instance
After=syslog.target network.target postgresql.service

[Service]
WorkingDirectory={{dendrite_dir}}/%i/
ExecStart=/usr/local/bin/dendrite-monolith-server --http-bind-address ":{{dendrite_port}}"
Restart=always
User={{dendrite_user}}

[Install]
WantedBy=multi-user.target