upstart:initctl:未知作业

我有一份完全正常的工作:

> start c4-ha-policy ; stop c4-ha-policy c4-ha-policy (start) waiting c4-ha-policy (start) starting c4-ha-policy (start) pre-start, process 1731 c4-ha-policy (start) spawned, process 1828 c4-ha-policy (start) post-start, process 1829 main process 1828 c4-ha-policy (start) running, process 1828 c4-ha-policy (stop) running, process 1828 c4-ha-policy (stop) pre-stop, process 1956 main process 1828 c4-ha-policy (stop) stopping, process 1828 c4-ha-policy (stop) killed, process 1828 c4-ha-policy (stop) post-stop, process 2023 c4-ha-policy (stop) waiting 

现在如果我复制并启动它,它会失败:

 > mv c4-ha-policy test1 > start test1 start: Unknown job: test1 

如果我把它移回去就行了。 这就像init没有重新读取目录。 我如何做到这一点?

 initctl --version initctl (upstart 0.3.8) Copyright (C) 2007 Canonical Ltd. 

谢谢!

所有作业必须以' .conf '结尾。 见init(5) 。 你确定c4-ha-policy实际上不是/etc/init/c4-ha-policy.conf吗?