blob: 7ef61bc2d60f30f62b713d198ed5b752352776c8 (
plain)
1
2
3
4
|
post_install() {
echo "Before starting the hostd.service, make sure to fill the configuration file /etc/hostd.yml"
echo "You can do it interactively with the following command : \`pushd /etc && sudo -u hostd hostd -dir /var/lib/hostd config; popd\`"
}
|