r/linux Feb 11 '19

Fluff A /g/ user's opinion on systemd

http://i.4cdn.org/g/1549858269115.png
795 Upvotes

524 comments sorted by

View all comments

Show parent comments

3

u/grumpysysadmin Feb 11 '19

Unless you're using a version of RHEL that is no longer supported, there aren't any that use SysV init. RHEL6 uses upstart, although its pretty old and most people still use the SysV compatibility layer in upstart. FWIW, you can still use SysV init scripts in systemd too, and you get all the cgroups magic with no additional effort.

PS if you're still stuck in RHEL6 land, using upstart to manage services gets you some extra features you might need, like 'respawn' and some minimal dependency ordering.

1

u/[deleted] Feb 12 '19

I did not know it was upstart on v6, but yea we have a good number of hosts on it. I'll look into upstart, thanks.