diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-04-06 17:20:35 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-04-06 17:24:38 -0400 |
commit | f86501b118128ef3d6bbec9db051a1d10e7d5c13 (patch) | |
tree | 9379a6a22e4e948dfbe7e8b7e5b4be43147e23a6 | |
parent | 4f888279f132faf35caf92d4828f134f6daeb9a1 (diff) |
Update weston dependency in afm-system-setup.service
When I switched AGL over to using upstream OE's template unit scheme for
running weston as non-root for the zeus upgrade, I missed the dependency
in afm-system-setup.service, update it to weston@display.service to
match the new configuration.
Bug-AGL: SPEC-3309
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ifef4d63be3326fb6d36eb997cb2bc331c49a1250
-rw-r--r-- | conf/system/afm-system-setup.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/system/afm-system-setup.service.in b/conf/system/afm-system-setup.service.in index 694ac2d..4ffab9b 100644 --- a/conf/system/afm-system-setup.service.in +++ b/conf/system/afm-system-setup.service.in @@ -1,6 +1,6 @@ [Unit] Description=Initiate afm-system-setup -Before=weston.service afs-supervisor.service afm-system-daemon.service +Before=weston@display.service afs-supervisor.service afm-system-daemon.service [Service] Type=oneshot ExecStart=-@afm_libexecdir@/afm-system-setup.sh |