diff options
author | Mike Yuan <me@yhndnzj.com> | 2024-03-26 13:36:28 +0100 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2024-03-26 14:08:49 +0100 |
commit | 20ce9fecaa85a32de40f4a71b634e4288597be74 (patch) | |
tree | 6b70a0e716ec7d4dd1c2d349f2dd8e62fadd0564 /units | |
parent | daemon-util: introduce notify_reloading helper (diff) | |
download | systemd-20ce9fecaa85a32de40f4a71b634e4288597be74.tar.xz systemd-20ce9fecaa85a32de40f4a71b634e4288597be74.zip |
units: sort lists in meson.build
Diffstat (limited to 'units')
-rw-r--r-- | units/meson.build | 4 | ||||
-rw-r--r-- | units/user/meson.build | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/units/meson.build b/units/meson.build index 953f8b0341..6fecbea0a1 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 248745d933..21070f7ef8 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', |