From b67eeaef8950d326a67e4b3a3f7dc2e626c0d72d Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Wed, 6 Jul 2016 16:34:08 +0200 Subject: rc-once: set IgnoreOnIsolate=true for rc-once.service rc-once calls 'systemctl default' which is basically 'systemctl isolate default.target'. Without IgnoreOnIsolate=true this will stop rc-once.service because it is not part of the new default target. This was never noticed because 'systemctl default' is the last command. Signed-off-by: Michael Olbrich --- projectroot/lib/systemd/system/rc-once.service | 1 + 1 file changed, 1 insertion(+) diff --git a/projectroot/lib/systemd/system/rc-once.service b/projectroot/lib/systemd/system/rc-once.service index d3377b3d7..550a0188e 100644 --- a/projectroot/lib/systemd/system/rc-once.service +++ b/projectroot/lib/systemd/system/rc-once.service @@ -1,6 +1,7 @@ [Unit] Description=First boot services DefaultDependencies=no +IgnoreOnIsolate=true After=local-fs.target Requires=local-fs.target After=system-update.target -- cgit v1.2.3