aports/community/cloud-init/cloud-init.post-install

9 lines
211 B
Bash

#!/bin/sh
echo "Please run setup-cloud-init to enable required init.d services."
echo
echo "You may also want to read file /usr/share/doc/cloud-init/README.Alpine"
echo "in the cloud-init-doc package."
exit 0