diff options
| author | 2026-04-21 01:23:39 +0100 | |
|---|---|---|
| committer | 2026-04-21 01:23:39 +0100 | |
| commit | 8db32848b966a571a19dd1d79192a9ffbf45eeec (patch) | |
| tree | ed05b7aed0070e290c01cbc63d2791d8095e4ea3 /systemd-units | |
| parent | 3a6f276f43c15b3fed1bcd1632eeb1584b37df29 (diff) | |
| download | dotfiles-8db32848b966a571a19dd1d79192a9ffbf45eeec.tar.gz dotfiles-8db32848b966a571a19dd1d79192a9ffbf45eeec.tar.bz2 dotfiles-8db32848b966a571a19dd1d79192a9ffbf45eeec.zip | |
feat(services): add .ignore list for distro-default noise
systemd-units/.ignore is a user-maintainable list of units to suppress
from 'just services-drift' uncurated output. Starts with three systemd
presets that are harmless noise: remote-fs.target,
systemd-network-generator.service, systemd-userdbd.socket.
The dotfile is outside the *.txt glob so services / services-enable
don't accidentally pick it up.
Diffstat (limited to 'systemd-units')
| -rw-r--r-- | systemd-units/.ignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/systemd-units/.ignore b/systemd-units/.ignore new file mode 100644 index 0000000..2e2f56a --- /dev/null +++ b/systemd-units/.ignore @@ -0,0 +1,7 @@ +# Systemd units to suppress from 'just services-drift' uncurated output. +# Typically distro defaults enabled by systemd presets that are neither +# worth curating nor worth disabling. One unit per line, # comments OK. + +remote-fs.target +systemd-network-generator.service +systemd-userdbd.socket |
