uxc: don't restart containers when mount shows up
authorDaniel Golle <daniel@makrotopia.org>
Sat, 24 Jul 2021 00:28:10 +0000 (01:28 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Sat, 24 Jul 2021 23:51:59 +0000 (00:51 +0100)
commit772292e0a37f42e9c6b3fdbe4d9f8e675db5d1d4
treec7dfd2357381b7d0508bf6aa579a1931557f6208
parent9bd1b7f0951ec2bcf56674fa729af3872b276057
uxc: don't restart containers when mount shows up

procd triggers 'uxc boot' every time a new mount shows up which results
in containers to be restarted which had already been run and may have
ended reguarly, crashed or deliberately stopped.
As the intention of 'uxc boot' is to start containers which were still
waiting for volumes to become ready, really do only that.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
uxc.c