]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: set private section name for automount units
authorDan Callaghan <dan.callaghan@opengear.com>
Fri, 3 Jul 2020 09:13:08 +0000 (19:13 +1000)
committerLennart Poettering <lennart@poettering.net>
Sat, 4 Jul 2020 16:48:36 +0000 (18:48 +0200)
commit2fadbb4535108406384a5d63c1ad3082f845c646
tree2d0cb3f9cae6c06981a7d5cab7d5e1d81cef1657
parentc2056dd6f9bc4cd65c9ecd23eb35b473ef92b15a
core: set private section name for automount units

Because this was left unset, the unit_write_setting() function was
refusing to write out the automount-specific TimeoutIdleSec= and
DirectoryMode= settings when creating transient automount units.
Set it to the proper value in line with other unit types.
src/core/automount.c