linux – upstart看不到我的工作

前端之家收集整理的这篇文章主要介绍了linux – upstart看不到我的工作前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
在Ubuntu 12.10中 @H_301_2@user@xyz:~$sudo initctl --version initctl (upstart 1.5) Copyright (C) 2012 Scott James Remnant,Canonical Ltd. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. user@xyz:~$ls -l /etc/init/rs-comm.conf -rw-r--r-- 1 root root 349 нояб. 15 03:22 /etc/init/rs-comm.conf user@xyz:~$sudo initctl reload-configuration user@xyz:~$sudo initctl start rs-comm initctl: Unknown job: rs-comm

解决方法

您的工作可能包含无效的语法,这意味着Upstart不会考虑它.尝试以普通用户身份运行以下用户(而不是root用户): @H_301_2@init-checkconf /etc/init/rs-comm.conf

猜你在找的Linux相关文章