void-packages/srcpkgs/systemd/INSTALL

8 lines
122 B
Plaintext

case "${ACTION}" in
post)
if [ -c dev/urandom -a ! -f etc/machine-id ]; then
bin/systemd-machine-id-setup
fi
;;
esac