]> git.ipfire.org Git - thirdparty/systemd.git/commit
pid1: add GracefulOptions= setting to .mount units (#36023)
authorLennart Poettering <lennart@poettering.net>
Thu, 16 Jan 2025 06:47:08 +0000 (07:47 +0100)
committerGitHub <noreply@github.com>
Thu, 16 Jan 2025 06:47:08 +0000 (07:47 +0100)
commit5e36128ff281b4d9b6e3ca96022ac1463ea5b5e5
tree7155c0b85d91a0bbc1ae07382887818161172673
parent35da3770352b74078b104f7203dcc314478a3aa6
parent09fbff57fcde47782a73f23b3d5cfdcd0e8f699b
pid1: add GracefulOptions= setting to .mount units (#36023)

This new setting can be used to specify mount options that shall only be
added to the mount option string if the kernel supports them.

This shall be used for adding "usrquota" to tmp.mount without breaking
compat, but is generally be useful.