Skip to content

Instantly share code, notes, and snippets.

@trondhindenes
Last active November 28, 2025 08:40
Show Gist options
  • Select an option

  • Save trondhindenes/d46a000f4197320a748b905746e9cb04 to your computer and use it in GitHub Desktop.

Select an option

Save trondhindenes/d46a000f4197320a748b905746e9cb04 to your computer and use it in GitHub Desktop.
rename that shit
#!/bin/bash
set -e
sed -i 's/config.td.dorumtech.no/rmm.tekdir.no/g' /etc/systemd/system/RMMClient.service
systemctl daemon-reload
rm /home/midgard/config.json
rm /home/midgard/state.json
service RMMClient restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment