8 stat_busy
"Starting OpenDNSSEC"
9 ods-control start
> /dev
/null
2> /dev
/null
19 stat_busy
"Stopping OpenDNSSEC"
20 ods-control stop
> /dev
/null
2> /dev
/null
34 stat_busy
"Checking OpenDNSSEC status";
38 stat_busy
"Initializing OpenDNSSEC database"
39 ods-ksmutil setup
2> /dev
/null
47 stat_busy
"Reloading OpenDNSSEC configuration"
48 ods-ksmutil update all
> /dev
/null
2> /dev
/null
56 stat_busy
"OpenDNSSEC re-signing all zones"
57 ods-control signer sign
--all > /dev
/null
2> /dev
/null
65 echo "usage: $0 {start|stop|restart|status|setup|reload|resign}"
66 echo " setup Initialize OpenDNSSEC databases"
67 echo " reload Reload OpenDNSSEC configuration"
68 echo " resign Re-sign all DNS zones"
70 echo "Note: Restarting the server does not reload the configuration"
71 echo " It must be done explictly ($0 reload)"