From: Michael Prokop Date: Fri, 24 Feb 2017 12:30:07 +0000 (+0100) Subject: systemd/grml-autoconfig.service: switch to WantedBy=grml-boot.target X-Git-Tag: v0.15.1~1 X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=b812f4b30d3b0a7ee06ae7ddf201b5713d816056 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 --- 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