From: Michael Prokop Date: Fri, 6 Oct 2017 11:01:10 +0000 (+0200) Subject: Never start systemd services in background X-Git-Tag: v0.17.0~2 X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=2b4bfb74c4c727f74f03f53c142b983a07a7b949;hp=2b4bfb74c4c727f74f03f53c142b983a07a7b949 Never start systemd services in background Only invoke (specific) services in background when not running systemd, otherwise services just might not get started. There seems to be a race-condition in the init script of gpm which doesn't properly run under systemd when invoked via "systemctl start gpm" in background. This should be solved once there's a proper gpm systemd unit file. Thanks: Leo Bergolth for the bugreport Closes grml/grml#76 ---