recipes-config: make unit be wanted by multi-user.target 45/16045/1
authorChristian Gromm <christian.gromm@microchip.com>
Tue, 7 Aug 2018 11:25:50 +0000 (13:25 +0200)
committerChristian Gromm <christian.gromm@microchip.com>
Tue, 7 Aug 2018 11:25:50 +0000 (13:25 +0200)
This patch replaces the default.target with the multi-user.target to ensure
that the unit is being executed by systemd.

Change-Id: I3d696eb88052be63c82bd11434fd338371deb38d
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
recipes-config/unicens-config/files/unicens-config.service

index c70e5f0..43c8a16 100644 (file)
@@ -8,4 +8,4 @@ Type=oneshot
 ExecStart=/usr/bin/unicens-config.sh
 
 [Install]
-WantedBy=default.target
+WantedBy=multi-user.target