<<
path:
root/public/gist.git/html/systemd/reset-machine-id-on-reboot.service
blob: d643833c914d4f6412105206c827e14e008d086d
[raw]
[clear marker]
1Description=Nuke machine-id on shutdown
3Before=shutdown.target reboot.target halt.target
7ExecStart=/bin/sh -c 'echo > /etc/machine-id'
11WantedBy=shutdown.target reboot.target halt.target