ansible/roles/matrix_appservice_webhooks/templates/systemd/appservice.service.j2

18 lines
437 B
Text
Raw Normal View History

# {{ ansible_managed }}
[Unit]
Description=A bridge between Matrix and WebHooks
After=syslog.target network-online.target mysql.service postgresql.service
Conflicts=shutdown.target
[Service]
Type=simple
User={{ service_user }}
WorkingDirectory={{ service_path }}
2019-03-12 18:33:32 +01:00
ExecStart=/usr/bin/nodejs index.js -p 9000 -c config/config.yaml -f appservice-registration-webhooks.yaml
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target