diff options
Diffstat (limited to 'systemd/matrix-appserviceirc.service')
-rw-r--r-- | systemd/matrix-appserviceirc.service | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/systemd/matrix-appserviceirc.service b/systemd/matrix-appserviceirc.service new file mode 100644 index 0000000..a26ea98 --- /dev/null +++ b/systemd/matrix-appserviceirc.service @@ -0,0 +1,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 |