Skip to content

Commit

Permalink
slices: reorder essential in bins
Browse files Browse the repository at this point in the history
  • Loading branch information
Meulengracht committed Aug 13, 2024
1 parent 61db2a8 commit 679edf4
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions slices/systemd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ slices:
- libsystemd0_libs
- libzstd1_libs
- mount_bins
- systemd_config
- systemd_catalog
- systemd_config
- systemd_kernel-parameters
- systemd_libs
- systemd_network
- systemd_pcrlock
- systemd_repart
- systemd_system-generators
- systemd_system-services
- systemd_user-services
- systemd_kernel-parameters
- systemd_libs
- systemd_pcrlock
contents:
/usr/bin/busctl:
/usr/bin/hostnamectl:
Expand Down Expand Up @@ -133,26 +133,6 @@ slices:
/usr/lib/systemd/systemd-volatile-root:
/usr/lib/systemd/systemd-xdg-autostart-condition:

config:
essential:
- systemd_modprobe-conf
- systemd_pam-profile
- systemd_sysusers-config
- systemd_tmpfiles
contents:
/etc/systemd/journald.conf:
/etc/systemd/logind.conf:
/etc/systemd/networkd.conf:
/etc/systemd/pstore.conf:
/etc/systemd/sleep.conf:
/etc/systemd/system.conf:
/etc/systemd/user.conf:
/etc/xdg/systemd/user:
/usr/lib/environment.d/99-environment.conf:
/usr/lib/systemd/journald.conf.d/syslog.conf:
/usr/lib/systemd/resolv.conf:
/var/log/journal/: {make: true}

catalog:
contents:
/usr/lib/systemd/catalog/systemd.be.catalog:
Expand All @@ -173,6 +153,26 @@ slices:
/usr/lib/systemd/catalog/systemd.zh_CN.catalog:
/usr/lib/systemd/catalog/systemd.zh_TW.catalog:

config:
essential:
- systemd_modprobe-conf
- systemd_pam-profile
- systemd_sysusers-config
- systemd_tmpfiles
contents:
/etc/systemd/journald.conf:
/etc/systemd/logind.conf:
/etc/systemd/networkd.conf:
/etc/systemd/pstore.conf:
/etc/systemd/sleep.conf:
/etc/systemd/system.conf:
/etc/systemd/user.conf:
/etc/xdg/systemd/user:
/usr/lib/environment.d/99-environment.conf:
/usr/lib/systemd/journald.conf.d/syslog.conf:
/usr/lib/systemd/resolv.conf:
/var/log/journal/: {make: true}

network:
contents:
/usr/lib/systemd/network/80-6rd-tunnel.network:
Expand Down

0 comments on commit 679edf4

Please sign in to comment.