Search results

  1. M

    Why startup timeout for service in systemd has no effect on it.

    I test service which fails after 90 sec. Seems using default value. Now. I tested with setup TimeoutStartSec = to longer or shorter time in seconds and stop/start service. But it doesn't take effect after daemon reload or even reboot. What do I wrong?
  2. M

    how to return systemctl status of service running on specific condition

    Hello. I'm testing specific scenario under systemd. I start some simple service with systemctl. It executes some script which starts some work: (for ex: it counts something from 1 to n which takes time). When the result is finally ok - it does some job. Now. When I do systemctl it shows running...
Top