You've been tasked to ensure a specific service always restarts after failure. Which Linux system would you primarily use to achieve this?

  • Systemd
  • SysV Init
  • Upstart
  • OpenRC
To ensure that a specific service always restarts after failure in Linux, you would primarily use Systemd. Systemd is a modern init system that provides a feature-rich service management system and includes options for service restarts and recovery after failure.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *