mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
- Add `ft=systemd` where needed - Remove `ft=` where filetype detection works (especially jinja.vim) - Set `sw=2 sts=-1 et` everywhere
18 lines
413 B
SYSTEMD
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:
|