Logo

index : gist

Random things

  • summary
  • about
  • tree
  • log
  • branches
<< path: root/public/gist.git/html/systemd/reset-machine-id-on-reboot.service blob: d643833c914d4f6412105206c827e14e008d086d [raw] [clear marker]

        
0[Unit]
1Description=Nuke machine-id on shutdown
2DefaultDependencies=no
3Before=shutdown.target reboot.target halt.target
4
5[Service]
6Type=oneshot
7ExecStart=/bin/sh -c 'echo > /etc/machine-id'
8RemainAfterExit=yes
9
10[Install]
11WantedBy=shutdown.target reboot.target halt.target
12
13
Copyright 2026  E766CB298A6D1E64 | Git-Thing heavily inspired by cgit