diff options
| author | 2026-05-13 13:43:10 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:10 +0100 | |
| commit | 1e7d5715de453c838829b8e97a345b9396a051df (patch) | |
| tree | 83397873207ec41360d0303eebc9268eaeabd7d6 /systemd-units | |
| parent | 6188cc46324fac775edc0e155a014b5fb55312fb (diff) | |
| download | dotfiles-1e7d5715de453c838829b8e97a345b9396a051df.tar.gz dotfiles-1e7d5715de453c838829b8e97a345b9396a051df.tar.bz2 dotfiles-1e7d5715de453c838829b8e97a345b9396a051df.zip | |
fix(just): unit-status handles template instances and static units
- use systemctl is-enabled per curated unit (list-unit-files does not
show instantiated template units like btrfs-scrub@-.timer)
- accept static/indirect/generated/alias states in addition to enabled
- drop pkgstats.timer from curated (no [Install] section)
- ignore systemd-oomd.socket (distro default)
Diffstat (limited to 'systemd-units')
| -rw-r--r-- | systemd-units/.ignore | 1 | ||||
| -rw-r--r-- | systemd-units/base.txt | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/systemd-units/.ignore b/systemd-units/.ignore index cb1b0ce..32f2225 100644 --- a/systemd-units/.ignore +++ b/systemd-units/.ignore @@ -8,6 +8,7 @@ systemd-networkd.socket systemd-networkd-resolve-hook.socket systemd-networkd-varlink.socket systemd-networkd-varlink-metrics.socket +systemd-oomd.socket systemd-resolved-monitor.socket systemd-resolved-varlink.socket systemd-userdbd.socket diff --git a/systemd-units/base.txt b/systemd-units/base.txt index 85bb09c..6f8582a 100644 --- a/systemd-units/base.txt +++ b/systemd-units/base.txt @@ -6,7 +6,6 @@ systemd-resolved.service systemd-oomd.service reflector.timer paccache.timer -pkgstats.timer acpid.service cpupower.service iwd.service |
