내가 한 일은
sudo emacs /etc/init/app.conf
그리고 난 내 스타트업을 위한 코드를 작성해
# application Server
description "applicationServer"
author "Rahul Mehta <[email protected]"
start on (net-device-up
and local-filesystems
and runlevel [2345])
stop on runlevel [016]
exec /lily/bin/launch-hadoop
이 파일을 저장하려고 하면 다음과 같이 표시됩니다.
/etc/init/: no such directory
이 문제를 해결하려면 어떻게 해야 합니까?
우분투 8.04를 사용합니다.
Ubuntu 11.04에서는 이 오류가 발생합니다.
start: Job failed to start
답변1
Ubuntu 8.04에는 구성 파일을 /etc/event.d
. 따라서 구성 파일을 해당 디렉터리에 넣거나 Upstart 구성 파일을 /etc/init
.