11

I see this message in my logs:

systemd[1]: foo.service holdoff time over, scheduling restart.

I could not find the term "holdoff time" in here:

https://www.freedesktop.org/software/systemd/man/systemd.service.html

Where can I change the holdoff time?

guettli
  • 3,591
  • 17
  • 72
  • 123

1 Answers1

11

Set RestartSec in the [Service] section.

nafmo
  • 450
  • 4
  • 13