Learning CentOS Linux Lesson 2 Upstart service configuration

preview_player
Показать описание

We will create a template conf file in /etc/init and see how services then can be controlled with initctl. We can also see that services can be started for particular runlevels on on service events. Using the emit stanza we will see that we can control these servcies via custom events as well as standard events such as a service being started.

With his in place we will look at replace a tradintional SYSV init script with an upstart configuration.
Рекомендации по теме
Комментарии
Автор

Thank you very much for this video, it was a great help. Also it was explained in a very clear and digestable format. Thanks again!

AlexP-yfrr
Автор

I will try to get some of my fellow IT / Server Support friends to watch your videos and give some feedback.

Hannsfeld
Автор

A good tutorial on upstart. Is it ever the case that they stick the upstart scripts in a different directory on particular distros? Also, what would happen if the init script you deactivated was turned back on by another admin while the upstart script was present and active?

Hannsfeld
Автор

initctl list giving me this error Unable to connect to system bus: Failed to connect to socket No such file or directory is i have to install? please help

comedybrothers
Автор

sir  thank you for your videos, , these are great
i have a problem using upstart sir, , i am using centos 6.5
When i use command "initctl list " it is not showing .conf file made by me as a root  user, , and start xxx.conf (xxx=.conf file i made) also showing error it say            start: Unknown job: xxx.conf, , i made these in  "/etc/init", , can u help plz  

IamAnubite
Автор

does upstart keep the process running? meaning; if it gets killed manually, does it restart because it says start on runlevel [35]?

cvcnet