Never start systemd services in background
authorMichael Prokop <mika@grml.org>
Fri, 6 Oct 2017 11:01:10 +0000 (13:01 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 6 Oct 2017 11:01:10 +0000 (13:01 +0200)
commit2b4bfb74c4c727f74f03f53c142b983a07a7b949
treeab46a27d58b91c6fe210548bb0dec5662c843e54
parent5ee166c50786a23547bc40b05d86559a1c325283
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
autoconfig.functions