summaryrefslogtreecommitdiffstats
path: root/systemd/matrix-appserviceirc.service
blob: a26ea9863af317e2450446bfd9b7b2114bcbcb7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
After=network.target postgresql.service matrix-synapse.service
Description=Matrix IRC Bridge

[Service]
Type=simple
User=appserviceirc
Group=matrix
WorkingDirectory=/opt/matrix/appserviceirc
Restart=always
ExecStart=/opt/matrix/appserviceirc/.nvm/versions/node/v14.17.0/bin/node /opt/matrix/appserviceirc/matrix-appservice-irc/app.js -c /opt/matrix/appserviceirc/config.yaml -f /opt/matrix/appserviceirc/registration-local-1133.yaml

[Install]
WantedBy=multi-user.target