Remove stale nofile config during Quattro upgrade

This commit is contained in:
David Heinemeier Hansson
2026-07-18 21:42:00 -07:00
parent be4a9ed6dd
commit 73efa7d926
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -65,3 +65,7 @@ pass "Omarchy 4 upgrade backfills hardware support from the legacy release"
grep -F 'omarchy-refresh-applications' "$upgrade_to_quattro" >/dev/null
pass "Omarchy 4 upgrade refreshes application launchers"
grep -F '/etc/systemd/system.conf.d/99-omarchy-nofile.conf' "$upgrade_to_quattro" >/dev/null
grep -F '/etc/systemd/user.conf.d/99-omarchy-nofile.conf' "$upgrade_to_quattro" >/dev/null
pass "Omarchy 4 upgrade removes stale nofile drop-ins"