]> git.ipfire.org Git - thirdparty/systemd.git/commit
pid1: add GracefulOptions= setting to .mount units 36023/head
authorLennart Poettering <lennart@poettering.net>
Tue, 14 Jan 2025 15:49:52 +0000 (16:49 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 15 Jan 2025 20:05:06 +0000 (21:05 +0100)
commit09fbff57fcde47782a73f23b3d5cfdcd0e8f699b
tree8756a640d0b620658f5fc36f794f6f373e771c28
parentf8214e2cca9fffcf2931ef2038199735e4170205
pid1: add GracefulOptions= setting to .mount units

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.
man/org.freedesktop.systemd1.xml
man/systemd.mount.xml
src/core/dbus-mount.c
src/core/load-fragment-gperf.gperf.in
src/core/load-fragment.c
src/core/load-fragment.h
src/core/mount.c
src/core/mount.h
src/shared/bus-unit-util.c
test/units/TEST-74-AUX-UTILS.mount.sh