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
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
add a comment |
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
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
add a comment |
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
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
amazon-ami amazon-linux amazon-lightsail sys-v-init
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
add a comment |
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
add a comment |
0
active
oldest
votes
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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

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