Manage Service Failure Recovery
Apple 🧠 Hard Linux
Beginner Mode

Start your terminal to use beginner mode.

Scenario

You have a shell script at /usr/local/bin/check_app.sh that runs periodically and exits with a non-zero code. The script is currently failing due to a simulated error condition.

Task

Create a systemd service named check_app.service that automatically restarts the script when it fails, but stops retrying after 3 restart attempts within 60 seconds. Configure the service to start on boot with a 5-second delay between restart attempts, then start the service and verify it hits the restart limit.

Terminal requires a larger screen

Open this page on a desktop or tablet (≥ 768px) to launch the terminal and practice hands-on.

Linux Terminal Environment

Write and execute your solution in the terminal below.

Sign In

Track

Question Difficulty Company Access
Need more practice in this area? Explore more questions →