]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
units: sort lists in meson.build
authorMike Yuan <me@yhndnzj.com>
Tue, 26 Mar 2024 12:36:28 +0000 (20:36 +0800)
committerMike Yuan <me@yhndnzj.com>
Tue, 26 Mar 2024 13:08:49 +0000 (21:08 +0800)
units/meson.build
units/user/meson.build

index 953f8b0341095fba0692d27d5bf6ef5760803d03..6fecbea0a1b522a04cddc54ef40d94756cf921ea 100644 (file)
@@ -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'],
index 248745d933ae82fd1509790daf18584936eaea92..21070f7ef85d81f465d3b545e6d31314e43f7591 100644 (file)
@@ -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',