[10:02] hi again [10:02] I'm trying to upstartify dhcp3-server which basically works [10:03] but I'm trying to integrate the config check stuff too [10:03] I have two issues [10:04] http://pastebin.com/NxYytQJp [10:04] I don't get any output, so I don't know if the script part is run properly [10:04] if certainly doesn't prevent reload/restart [10:04] which sort is the point [10:04] if the config check fails, I'd like the upstart script to _not_ reload or restart dhcp3 [10:05] please don't mind the start on part (which is intentional) [10:10] any idea? [10:44] as far as i can tell, there is no way to do that inside the job.conf as we have no pre-reload post-reload implemented... [10:45] the [initctl] reload command will take the pid of the process and sends a SIGHUP to it... [11:46] ok, that's not a huge problem [11:46] but it would have been nice [11:46] dhcp3-server old school init script has an excellent check before loading any new configuration [11:46] to prevent downtime due to misconfiguration [12:55] jepp, my httpd and bind sysv-init shell scripts had also such checks... [12:56] yeah it's pretty nifty to have [12:56] basically only the "stop" action should work if the check fails