From b812f4b30d3b0a7ee06ae7ddf201b5713d816056 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 24 Feb 2017 13:30:07 +0100 Subject: [PATCH] systemd/grml-autoconfig.service: switch to WantedBy=grml-boot.target We define our own systemd target, so enable grml-autoconfig in the according target. Closes grml/release-planning#2 @ GH --- systemd/grml-autoconfig.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/grml-autoconfig.service b/systemd/grml-autoconfig.service index 1b0617b..fcd78d4 100644 --- a/systemd/grml-autoconfig.service +++ b/systemd/grml-autoconfig.service @@ -12,4 +12,4 @@ StandardOutput=tty StandardError=journal+console [Install] -WantedBy=multi-user.target +WantedBy=grml-boot.target -- 2.1.4