# {{ ansible_managed }} [Unit] Description=A bridge between Matrix and IRC After=syslog.target network-online.target mysql.service postgresql.service Conflicts=shutdown.target [Service] Type=simple User=matrix-appservice-irc Group=matrix-appservice-irc WorkingDirectory=/var/local/matrix-appservice-irc/matrix-appservice-irc ExecStart=/usr/bin/nodejs /var/local/matrix-appservice-irc/matrix-appservice-irc/app.js -c config.yaml -f my_registration_file.yaml -p 9999 Restart=always [Install] WantedBy=multi-user.target