1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2026-03-07 02:51:37 +01:00
infrastructure/roles/matrix/files/draupnir.service
Jan Alexander Steffens (heftig) 2258c08f1c
matrix: Remove Pantalaimon from Draupnir
Encrypted control rooms break the reaction-based interface.
2025-01-31 19:13:17 +01:00

18 lines
401 B
SYSTEMD

[Unit]
Description=Draupnir Matrix moderation tool
Wants=synapse.service
After=network.target synapse.service
[Service]
User=synapse
WorkingDirectory=/var/lib/synapse/draupnir
Environment=NODE_ENV=production
ExecStart=/usr/bin/node lib/index.js --draupnir-config /etc/synapse/draupnir.yaml
Restart=on-failure
RestartSec=30s
[Install]
WantedBy=multi-user.target
# vim:set ft=systemd sw=2 sts=-1 et: