diff options
author | Christian Gromm <christian.gromm@microchip.com> | 2018-08-07 13:25:50 +0200 |
---|---|---|
committer | Christian Gromm <christian.gromm@microchip.com> | 2018-08-07 13:25:50 +0200 |
commit | 096d1487b5c1441595bc0700b089e3bc011cbdf4 (patch) | |
tree | 101b6efd7c01688dba17ab9e58c315dc3e7167a7 /recipes-config | |
parent | 51d42634f74683c6db7478c544723c41f3bd7de0 (diff) |
recipes-config: make unit be wanted by multi-user.target
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>
Diffstat (limited to 'recipes-config')
-rw-r--r-- | recipes-config/unicens-config/files/unicens-config.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-config/unicens-config/files/unicens-config.service b/recipes-config/unicens-config/files/unicens-config.service index c70e5f026..43c8a1673 100644 --- a/recipes-config/unicens-config/files/unicens-config.service +++ b/recipes-config/unicens-config/files/unicens-config.service @@ -8,4 +8,4 @@ Type=oneshot ExecStart=/usr/bin/unicens-config.sh [Install] -WantedBy=default.target +WantedBy=multi-user.target |