From 8a572d555a80676348f30239fca0314239836029 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Fri, 5 Apr 2019 07:44:57 -0700 Subject: meta-qualcomm: centriq2400-rep: move all services to multi-user.target Hard-code multi-user.target instead of SYSTEMD_DEFAULT_TARGET. (From meta-qualcomm rev: 2e9af8db4508967629aed1d039071ae4062c442e) Signed-off-by: Patrick Venture Change-Id: I4f65d5f0829d5561a1a524be17a37c23df0fc11c Signed-off-by: Brad Bishop --- .../centriq-2400rep-console-client@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-qualcomm/meta-centriq2400-rep/recipes-phosphor/console/centriq-2400rep-console-client/centriq-2400rep-console-client@.service b/meta-qualcomm/meta-centriq2400-rep/recipes-phosphor/console/centriq-2400rep-console-client/centriq-2400rep-console-client@.service index 81d3bfe6a..d4f748dc2 100644 --- a/meta-qualcomm/meta-centriq2400-rep/recipes-phosphor/console/centriq-2400rep-console-client/centriq-2400rep-console-client@.service +++ b/meta-qualcomm/meta-centriq2400-rep/recipes-phosphor/console/centriq-2400rep-console-client/centriq-2400rep-console-client@.service @@ -6,4 +6,4 @@ ExecStart=/usr/bin/env centriq-2400rep-console-client.sh SyslogIdentifier=centriq-2400rep-console-client.sh [Install] -WantedBy={SYSTEMD_DEFAULT_TARGET} +WantedBy=multi-user.target -- cgit v1.2.1