mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
14 lines
183 B
Bash
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
|
|
|