Comment 1 for bug 158178

Revision history for this message
ais523 (ais523) wrote :

Here's the error:

case "$1" in
    start)
        log_daemon_msg "Starting deferred execution scheduler" "atd"
        start_daemon $DAEMON
        log_end_msg $?
    ;;

There is no command start_daemon.

I'm not sure how to fix this, but it looks likely to be a trivial fix.