blob: f64b84b4bb075935612628d19237bb0e58cb8b16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_install() {
cat << EOF
Configure inadyn via /etc/inadyn.conf. See \`man 5 inadyn.conf\`.
Configure CLI options used by the systemd service via the INADYN_OPTS
environment variable in /etc/default/inadyn. See \`man 8 inadyn\`.
Start inadyn and enable its systemd service:
# systemctl enable --now inadyn
EOF
}
|