Skip to content

Instantly share code, notes, and snippets.

@LiamPerson
Created June 17, 2025 13:27
Show Gist options
  • Save LiamPerson/682bbd76a9adcdc71f2dbd5d0d8751dd to your computer and use it in GitHub Desktop.
Save LiamPerson/682bbd76a9adcdc71f2dbd5d0d8751dd to your computer and use it in GitHub Desktop.
Out Of Your Element Systemd service file
[Unit]
Description=Starts up the bridge.chat.mydi.cc service which bridges Matrix with Discord.
After=network.target
[Service]
User=nasdac
WorkingDirectory=/mnt/ttbnvme/out-of-your-element
ExecStart=/home/nasdac/.nvm/versions/node/v22.16.0/bin/node --enable-source-maps start.js
Restart=on-failure
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment