From: Mike Yuan Date: Tue, 26 Mar 2024 12:36:28 +0000 (+0800) Subject: units: sort lists in meson.build X-Git-Tag: v256-rc1~393^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20ce9fecaa85a32de40f4a71b634e4288597be74;p=thirdparty%2Fsystemd.git units: sort lists in meson.build --- diff --git a/units/meson.build b/units/meson.build index 953f8b03410..6fecbea0a1b 100644 --- a/units/meson.build +++ b/units/meson.build @@ -7,6 +7,8 @@ units = [ { 'file' : 'blockdev@.target' }, { 'file' : 'bluetooth.target' }, { 'file' : 'boot-complete.target' }, + { 'file' : 'capsule@.service.in' }, + { 'file' : 'capsule.slice' }, { 'file' : 'console-getty.service.in' }, { 'file' : 'container-getty@.service.in' }, { @@ -746,8 +748,6 @@ units = [ { 'file' : 'user-runtime-dir@.service.in' }, { 'file' : 'user.slice' }, { 'file' : 'user@.service.in' }, - { 'file' : 'capsule@.service.in' }, - { 'file' : 'capsule.slice' }, { 'file' : 'var-lib-machines.mount', 'conditions' : ['ENABLE_MACHINED'], diff --git a/units/user/meson.build b/units/user/meson.build index 248745d933a..21070f7ef85 100644 --- a/units/user/meson.build +++ b/units/user/meson.build @@ -5,13 +5,13 @@ units = [ 'background.slice', 'basic.target', 'bluetooth.target', + 'capsule@.target', 'default.target', 'exit.target', 'graphical-session-pre.target', 'graphical-session.target', 'paths.target', 'printer.target', - 'capsule@.target', 'session.slice', 'shutdown.target', 'smartcard.target',