diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-01-22 19:46:20 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-01-22 19:48:23 -0500 |
commit | a5110d6031ecd5343114d74d2b463234342c12a0 (patch) | |
tree | 851e3bf2ebb6fce0d2d2a5b0328c9828b28ab719 /meta-agl-profile-core/recipes-support/udisks/files/automount.service | |
parent | 9c0f950122472154f3a87cb231b832a6b5d0617f (diff) |
meta-agl-profile-core: switch to udisks2
The udisks recipe was dropped from meta-oe in zeus, rework our
bbappend to work with udisks2 which replaces it.
Bug-AGL: SPEC-2932
Change-Id: I9ac1a25ee5a816d06874a5c859034f2c2758d117
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-agl-profile-core/recipes-support/udisks/files/automount.service')
-rw-r--r-- | meta-agl-profile-core/recipes-support/udisks/files/automount.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-profile-core/recipes-support/udisks/files/automount.service b/meta-agl-profile-core/recipes-support/udisks/files/automount.service index 64c36e76b..b16515196 100644 --- a/meta-agl-profile-core/recipes-support/udisks/files/automount.service +++ b/meta-agl-profile-core/recipes-support/udisks/files/automount.service @@ -1,6 +1,6 @@ [Unit] Description=Automount Disk Manager -After=udisks.service +After=udisks2.service [Service] ExecStart=/usr/libexec/automount.sh |