What init system do Amazon Linux AMI Lightsail instances use? And how to auto-respawn services? The Next CEO of Stack OverflowConverting from 32-bit Linux to 64-bit LInux — Amazon Web Services EC2 cloud server — Import AMIHow do I install Wine on Amazon Linux AMI?How to install ceph on EC2 Amazon Linux AMIHow to install python debug symbols for GDB on amazon linux AMI?How to get the Amazon Linux AMI version by AMI id?How to find online support for Amazon Linux AMIUsing base Amazon linux AMI seems to use GPU AMI?How to enable systemd on Amazon Linux AMIamazon linux 2 ami - aws - How to install mysql in Amazon Linux 2?How to find out RAM speed and L2 L3 cahce sizes of AWS EC2 & lightsail instances

Help! I cannot understand this game’s notations!

Can this note be analyzed as a non-chord tone?

What flight has the highest ratio of timezone difference to flight time?

TikZ: How to fill area with a special pattern?

New carbon wheel brake pads after use on aluminum wheel?

Can Sneak Attack be used when hitting with an improvised weapon?

Is there a reasonable and studied concept of reduction between regular languages?

Is it ever safe to open a suspicious HTML file (e.g. email attachment)?

What difference does it make using sed with/without whitespaces?

Which one is the true statement?

Decide between Polyglossia and Babel for LuaLaTeX in 2019

From jafe to El-Guest

How to find image of a complex function with given constraints?

What is the difference between Statistical Mechanics and Quantum Mechanics

Is a distribution that is normal, but highly skewed, considered Gaussian?

Why the last AS PATH item always is `I` or `?`?

Can I board the first leg of the flight without having final country's visa?

what's the use of '% to gdp' type of variables?

My ex-girlfriend uses my Apple ID to login to her iPad, do I have to give her my Apple ID password to reset it?

What CSS properties can the br tag have?

Is French Guiana a (hard) EU border?

Are the names of these months realistic?

Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?

Inexact numbers as keys in Association?



What init system do Amazon Linux AMI Lightsail instances use? And how to auto-respawn services?



The Next CEO of Stack OverflowConverting from 32-bit Linux to 64-bit LInux — Amazon Web Services EC2 cloud server — Import AMIHow do I install Wine on Amazon Linux AMI?How to install ceph on EC2 Amazon Linux AMIHow to install python debug symbols for GDB on amazon linux AMI?How to get the Amazon Linux AMI version by AMI id?How to find online support for Amazon Linux AMIUsing base Amazon linux AMI seems to use GPU AMI?How to enable systemd on Amazon Linux AMIamazon linux 2 ami - aws - How to install mysql in Amazon Linux 2?How to find out RAM speed and L2 L3 cahce sizes of AWS EC2 & lightsail instances










0















What init system do Amazon Linux AMI instances use on Amazon Lightsail?



The AWS documentation says to use "User Data" scripts, which doesn't apply to Lightsail I don't think.



I know that it's based on RedHat, which I understood to use systemd, but there's no /etc/systemd.



There's no /etc/init, and the files in /etc/init.d/ don't end in .conf (or look like upstart files), so it's not upstart, but yet /etc/init/rc.conf makes mention of upstart.



I know there were about a hundred different systems before upstart. I think Sys V Init is the classic... I don't even remember what Sys V Init looks like. Is that what it is?



It's got all the /etc/rcx.ds, a prime suspect for sysvinit, and the /etc/init.d/ files look like sysvinit, and 'chkconfig' is installed, but yet the comments in /etc/inittab again mention upstart and say that the config is ignored... I'm so confused.



Is it some "special" version of sysvinit? Or are the comments wrong?



If it is a non-standard sysvinit, how do I get services to respawn?










share|improve this question






















  • sysvinit was the venerable original init system, upstart was total garbage that some distros tried for basically one development cycle and then abandoned except Canonical (who invented it and inflicted it on Ubuntu users for years), and systemd is the current system most distros use.

    – Michael Hampton
    yesterday















0















What init system do Amazon Linux AMI instances use on Amazon Lightsail?



The AWS documentation says to use "User Data" scripts, which doesn't apply to Lightsail I don't think.



I know that it's based on RedHat, which I understood to use systemd, but there's no /etc/systemd.



There's no /etc/init, and the files in /etc/init.d/ don't end in .conf (or look like upstart files), so it's not upstart, but yet /etc/init/rc.conf makes mention of upstart.



I know there were about a hundred different systems before upstart. I think Sys V Init is the classic... I don't even remember what Sys V Init looks like. Is that what it is?



It's got all the /etc/rcx.ds, a prime suspect for sysvinit, and the /etc/init.d/ files look like sysvinit, and 'chkconfig' is installed, but yet the comments in /etc/inittab again mention upstart and say that the config is ignored... I'm so confused.



Is it some "special" version of sysvinit? Or are the comments wrong?



If it is a non-standard sysvinit, how do I get services to respawn?










share|improve this question






















  • sysvinit was the venerable original init system, upstart was total garbage that some distros tried for basically one development cycle and then abandoned except Canonical (who invented it and inflicted it on Ubuntu users for years), and systemd is the current system most distros use.

    – Michael Hampton
    yesterday













0












0








0








What init system do Amazon Linux AMI instances use on Amazon Lightsail?



The AWS documentation says to use "User Data" scripts, which doesn't apply to Lightsail I don't think.



I know that it's based on RedHat, which I understood to use systemd, but there's no /etc/systemd.



There's no /etc/init, and the files in /etc/init.d/ don't end in .conf (or look like upstart files), so it's not upstart, but yet /etc/init/rc.conf makes mention of upstart.



I know there were about a hundred different systems before upstart. I think Sys V Init is the classic... I don't even remember what Sys V Init looks like. Is that what it is?



It's got all the /etc/rcx.ds, a prime suspect for sysvinit, and the /etc/init.d/ files look like sysvinit, and 'chkconfig' is installed, but yet the comments in /etc/inittab again mention upstart and say that the config is ignored... I'm so confused.



Is it some "special" version of sysvinit? Or are the comments wrong?



If it is a non-standard sysvinit, how do I get services to respawn?










share|improve this question














What init system do Amazon Linux AMI instances use on Amazon Lightsail?



The AWS documentation says to use "User Data" scripts, which doesn't apply to Lightsail I don't think.



I know that it's based on RedHat, which I understood to use systemd, but there's no /etc/systemd.



There's no /etc/init, and the files in /etc/init.d/ don't end in .conf (or look like upstart files), so it's not upstart, but yet /etc/init/rc.conf makes mention of upstart.



I know there were about a hundred different systems before upstart. I think Sys V Init is the classic... I don't even remember what Sys V Init looks like. Is that what it is?



It's got all the /etc/rcx.ds, a prime suspect for sysvinit, and the /etc/init.d/ files look like sysvinit, and 'chkconfig' is installed, but yet the comments in /etc/inittab again mention upstart and say that the config is ignored... I'm so confused.



Is it some "special" version of sysvinit? Or are the comments wrong?



If it is a non-standard sysvinit, how do I get services to respawn?







amazon-ami amazon-linux amazon-lightsail sys-v-init






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked yesterday









CoolAJ86CoolAJ86

3541413




3541413












  • sysvinit was the venerable original init system, upstart was total garbage that some distros tried for basically one development cycle and then abandoned except Canonical (who invented it and inflicted it on Ubuntu users for years), and systemd is the current system most distros use.

    – Michael Hampton
    yesterday

















  • sysvinit was the venerable original init system, upstart was total garbage that some distros tried for basically one development cycle and then abandoned except Canonical (who invented it and inflicted it on Ubuntu users for years), and systemd is the current system most distros use.

    – Michael Hampton
    yesterday
















sysvinit was the venerable original init system, upstart was total garbage that some distros tried for basically one development cycle and then abandoned except Canonical (who invented it and inflicted it on Ubuntu users for years), and systemd is the current system most distros use.

– Michael Hampton
yesterday





sysvinit was the venerable original init system, upstart was total garbage that some distros tried for basically one development cycle and then abandoned except Canonical (who invented it and inflicted it on Ubuntu users for years), and systemd is the current system most distros use.

– Michael Hampton
yesterday










0






active

oldest

votes












Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f960729%2fwhat-init-system-do-amazon-linux-ami-lightsail-instances-use-and-how-to-auto-re%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to Server Fault!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f960729%2fwhat-init-system-do-amazon-linux-ami-lightsail-instances-use-and-how-to-auto-re%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos