services: shepherd: Increase the PID file timeout to 30s.
authorLudovic Courtès <ludo@gnu.org>
Tue, 14 Apr 2020 21:58:55 +0000 (23:58 +0200)
committerLudovic Courtès <ludo@gnu.org>
Tue, 14 Apr 2020 22:02:23 +0000 (00:02 +0200)
commit8aa752ba222c3d7ec094bb7947359f75f2a6bb2c
tree102c391acdfb3d2cd61c4d1895356e009500e12d
parentbd4c345ef7ddf3542662fe0872b06393b414a3fc
services: shepherd: Increase the PID file timeout to 30s.

When running the installation image off a DVD, early I/O operations are
extremely slow, to the point that something like dbus-daemon would need
~20s to start.  This change works around the issue.

Fixes <https://bugs.gnu.org/40572>.
Reported by Florian Pelz <pelzflorian@pelzflorian.de>.

* gnu/services/shepherd.scm (shepherd-configuration-file): Set
%pid-file-timeout to 30.
gnu/services/shepherd.scm