]> git.ipfire.org Git - thirdparty/mkosi.git/commit
arch: kill dirmngr only 327/head
authorLucas De Marchi <lucas.demarchi@intel.com>
Tue, 19 Feb 2019 21:54:56 +0000 (13:54 -0800)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 19 Feb 2019 21:54:56 +0000 (13:54 -0800)
commitadf1ccd78faaea3c32a387952830b73c98af49a0
treeab5d4f2df5911e5a85581d71aa3270278ea5e374
parent3e8b2506bc25228f7a8e40e8d955fe00f8cbb644
arch: kill dirmngr only

Using fuser to identify processes using a path doesn't work as I wanted:
it relies on the filesystem mounted there. The outcome is that when
using "-t directory" it will try to kill all processes using that
filesystem rather than processes using files under that path.

Even by bind-mounting root so it's always a mountpoint, it doesn't work.
So instead of killing everything, pinpoint what process pacman/pacstrap
left running and kill only that one.

Right now this means telling dirmngr to exit.
mkosi