void-packages/srcpkgs/systemd/INSTALL

7 lines
122 B
Text

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