]> git.ipfire.org Git - thirdparty/systemd.git/commit
automont: rework expiry to use subprocess rather than thread
authorLennart Poettering <lennart@poettering.net>
Thu, 22 Jun 2023 08:57:31 +0000 (10:57 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 23 Jun 2023 08:02:15 +0000 (10:02 +0200)
commitf7bccef178943bb7507193db246887024a62a07f
tree79139be36c3e6ba18e2ee9f101e89e9a6b5fa94c
parent01ab446c35816ac17d63cf3b99367b8016856d5b
automont: rework expiry to use subprocess rather than thread

One more step towards a thread-free PID1: let's do automount expiry in a
subprocess rather than a thread.
src/core/automount.c