Change systemd default target to multi-user.target
[grml-live.git] / etc / grml / fai / config / scripts / GRMLBASE / 15-initsetup
index 3cf057c..6241d47 100755 (executable)
@@ -24,6 +24,7 @@ systemd_setup() {
   $ROOTCMD systemctl mask systemd-machine-id-commit.service || echo "failed to mask $systemd-machine-id-commit.service"
   $ROOTCMD systemctl preset-all
 
+  $ROOTCMD systemctl set-default multi-user.target
   # TODO ->
 
   # * avoid startup of any LSB scripts; NOTE: jessie doesn't support that