1
0
mirror of https://github.com/matrix-org/dendrite.git synced 2024-06-18 14:57:12 +00:00
matrix-org.dendrite/docs/systemd/monolith-example.service

18 lines
318 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Dendrite (Matrix Homeserver)
After=syslog.target
After=network.target
After=postgresql.service
[Service]
RestartSec=2s
Type=simple
User=dendrite
Group=dendrite
WorkingDirectory=/opt/dendrite/
ExecStart=/opt/dendrite/bin/dendrite-monolith-server
Restart=always
[Install]
WantedBy=multi-user.target