dendrite/docs/systemd/monolith-example.service
Pieter abeb226ecf
Add systemd example service to docs
Signed-off-by: Pieter Hollander <git@pieterhollander.nl>
2020-10-12 09:20:02 +02:00

18 lines
318 B
Desktop File

[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