[23:39] I've put a new .conf in /etc/init -- running `service myservice status` still returns "unrecognized service". I'm guessing I need to refresh the service list somehow? [23:45] SmileyChris: you can do $ sudo initctl reload-configuration [23:45] oh duh, I wasn't running sudo service :P [23:45] but thanks, xnox [23:45] SmileyChris: and do check the conf with: init-checkconf /etc/init/foo.conf [23:45] maybe it has errors. [23:46] SmileyChris: ah ;-) yeah...