Skip to content
Advertisement

Tag: watchdog

Systemctl dependency failure, stop dependent services

I have 2 services a.service and b.service. a.service is shown b.service Now, when i start b.service, i’m sure a.service will be started. During runtime, suddenly someone messes with /home/admin/run.sh and systemd is unable to start a.service (also systemctl status a.service shows failed as status). Now is there a option so that b.service can know that a.service is failed and it

Advertisement