Files
omarchycn/install/config/fast-shutdown.sh
T
Ryan Hughes 26bcbb7dd8 Shrink fast-shutdown, gpg, increase-file-watchers, increase-lockout-limit to runtime-only ops
Each script's static-file write moves to omarchy-settings. The scripts
keep only the runtime side: reload systemd, restart dirmngr, sysctl --system,
or (for lockout-limit) the PAM seds that have to stay scripted because
/etc/pam.d/system-auth and /etc/pam.d/sddm-autologin are upstream-owned and
need targeted line edits rather than a full-file override.

faillock.conf's deny=10 (formerly inside increase-sudo-tries.sh sed) now
rides through the etc-overrides dance in omarchy-settings.
2026-06-04 18:34:04 -04:00

6 lines
258 B
Bash

# The two faster-shutdown drop-ins
# (etc/systemd/system.conf.d/10-faster-shutdown.conf,
# etc/systemd/system/user@.service.d/10-faster-shutdown.conf)
# ship via omarchy-settings. Reload systemd so the new drop-ins take effect.
sudo systemctl daemon-reload