mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-02-07 11:34:28 -06:00
Currently, the documentation makes use of the old names for the binary and configuration files. This updates the documentation so that users can follow the guide without issues again. These changes don't require any go unit tests because it does not modify any golang code. Signed-off-by: `Robin Westerik <gh@westerik.me>`
20 lines
355 B
Desktop File
20 lines
355 B
Desktop File
[Unit]
|
|
Description=Dendrite (Matrix Homeserver)
|
|
After=syslog.target
|
|
After=network.target
|
|
After=postgresql.service
|
|
|
|
[Service]
|
|
Environment=GODEBUG=madvdontneed=1
|
|
RestartSec=2s
|
|
Type=simple
|
|
User=dendrite
|
|
Group=dendrite
|
|
WorkingDirectory=/opt/dendrite/
|
|
ExecStart=/opt/dendrite/bin/dendrite
|
|
Restart=always
|
|
LimitNOFILE=65535
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|