1 2 3 4 5
#!/bin/sh if [ -f /etc/machine-id ]; then rm /etc/machine-id && \ systemd-machine-id-setup fi