aports/testing/shutdown-clear-machine-id/shutdown-clear-machine-id.post-install
2023-08-21 10:44:10 +00:00

14 lines
183 B
Bash

#!/bin/sh
# Print usage instructions
cat << __EOF__
*
* To use this service, add it to the shutdown runlevel with:
*
* rc-update add clear-machine-id shutdown
*
__EOF__
exit 0