1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/matrix/files/pantalaimon.service
Jan Alexander Steffens (heftig) d8ced720e9
matrix: Adjust modelines
- Add `ft=systemd` where needed
- Remove `ft=` where filetype detection works (especially jinja.vim)
- Set `sw=2 sts=-1 et` everywhere
2022-12-10 00:55:51 +01:00

18 lines
413 B
SYSTEMD

[Unit]
Description=Pantalaimon E2E Matrix reverse proxy
Wants=synapse.service
After=network.target synapse.service
[Service]
User=synapse
WorkingDirectory=~
ExecStart=/var/lib/synapse/venv-pantalaimon/bin/pantalaimon \
-c /etc/synapse/pantalaimon.conf \
--data-path /var/lib/synapse/pantalaimon-data
ExecStartPost=/usr/bin/sleep 10
[Install]
WantedBy=multi-user.target
# vim:set ft=systemd sw=2 sts=-1 et: