我为我在 Ubuntu 12.04 上运行的服务创建了一堆新贵工作。我可以成功启动它们并停止:
service my_service start
service my_service stop
但是当我这样做时它们没有列出
service --status-all
任何想法我可能会错过什么?
为了创建服务,我刚刚在 /etc/init.d 中添加了 .conf 文件。
我为我在 Ubuntu 12.04 上运行的服务创建了一堆新贵工作。我可以成功启动它们并停止:
service my_service start
service my_service stop
但是当我这样做时它们没有列出
service --status-all
任何想法我可能会错过什么?
为了创建服务,我刚刚在 /etc/init.d 中添加了 .conf 文件。
service --status-all
仅显示使用脚本启动的服务/etc/init.d/
。要列出暴发户工作,请执行initctl list
.