Disable tmpfs usrquota drop-in override for systemd
- Shell 100%
| disable-usrquota.conf | ||
| PKGBUILD | ||
| README.md | ||
Disable tmpfs usrquota drop-in override for systemd
systemd v258 reached new heights in trying to be an OS instead of an init system. One of the new ways that systemd tries to keep you from using your system your way is by enforcing a default quota on tmpfs. This quota is only tunable via systemd-homed which is another overreach that most systems do not use.
This drop-in override disables this arbitrary quota. The key is the empty Graceful= line. Unlike the examples you'll find searching for this online, the Graceful= is necessary because of the way the quota is added to the unit regardless of the Options line.
Hopefully systemd adds a system-wide configuration option (outside of homed and the homed user database 🙄) to set or disable this quota in future releases.