系统服务中释放时间的含义是什么?

我已经在CentOS 7上安装了Puppet Enterprise。我可以看到,有几个Puppet服务无法启动延期。 这是什么意思?

Sep 03 20:50:16 l-pm1 systemd[1]: pe-puppetdb.service holdoff time over, scheduling restart. Sep 03 20:50:16 l-pm1 systemd[1]: Starting pe-puppetdb Service... 

在服务停止(或无法启动)之后,systemd会在尝试重新启动之前等待一小段时间。

等待时间的数量可以通过设置RestartSec=来configuration。

RestartSec=

configuration重新启动服务之前的hibernate时间(如Restart=configuration)。 以秒为单位获取单位值,或以“5min 20s”为时间跨度的值。 默认为100ms。