blob: a56c1ab97e569d36c4111912483aa21c18a596e1 (
plain)
1
2
3
|
post_install() {
echo 'Don’t forget to set up your cron service/daemon to execute mycron every minute. See https://dev.0x7be.de/mycron for setup instructions and configuration examples.' | fold -sw 70
}
|