Well, I am not discussing whether using /run/service or not is the way
to go.
I am trying to point out that altering the content of a volatile file
system in the pre/post install scripts of the package may be useless.
--
Guillaume
Le 2024-04-10 à 07 h 17, ericwq...@qq.com a écrit :
On alpine linux, s6 use /run/service as scandir.
On Redhat like linux distribution, we can discuss the best place for
scandir.
On Apr 10, 2024, at 13:14, Guillaume Perréal <gperr...@free.fr> wrote:
In some distributions, /run is a tmpfs so its content is lost on
shutdown/reboot. If this is the case here, does it make sense to
alter its content on pre-install/post-uninstall phases ? (Or have I
misunderstood something ?)