A system administrator needs to ensure that a specific service, 'myapp', starts automatically after a system crash and also restarts if it fails. Which systemd unit directive should be used to achieve this behavior?
Select one:
The trap here is that candidates often confuse `Restart=always` with `Restart=on-failure`, not reali...