systemd/grml-autoconfig.service: switch to WantedBy=grml-boot.target
authorMichael Prokop <mika@grml.org>
Fri, 24 Feb 2017 12:30:07 +0000 (13:30 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 24 Feb 2017 12:30:07 +0000 (13:30 +0100)
We define our own systemd target, so enable grml-autoconfig
in the according target.

Closes grml/release-planning#2 @ GH

systemd/grml-autoconfig.service

index 1b0617b..fcd78d4 100644 (file)
@@ -12,4 +12,4 @@ StandardOutput=tty
 StandardError=journal+console
 
 [Install]
-WantedBy=multi-user.target
+WantedBy=grml-boot.target