dendrite/docs/systemd/polylith-example@.service
dymattic b25380f39d - added polylith-example@.service to docs
- added SYSTEMD.md to docs/systemd and moved systemd Part from INSTALL.md
- small fixes in script
2020-10-21 10:47:21 +02:00

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