mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-24 07:13:09 -06:00
- added SYSTEMD.md to docs/systemd and moved systemd Part from INSTALL.md - small fixes in script
14 lines
312 B
Desktop File
14 lines
312 B
Desktop File
[Unit]
|
|
Description= Dendrite Polylith Multi - %I
|
|
PartOf=polyDendrite.service
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=dendrite
|
|
WorkingDirectory=/opt/dendrite
|
|
Type=forking
|
|
ExecStart=/opt/dendrite/bin/dendrite-polylith-multi --config=dendrite.yaml %i
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |