<
aanderse>
i was meaning to ask... anyone here deploy much redhat 7? so i noticed a bunch of upstream bugs on systemd stuff. from redhat >_<
<
aanderse>
they seem to be using tmpfiles.d to provision runtime directories (ie. /run/service), which is almost certainly a bad idea
<
aanderse>
i had to patch the systemd services for 3 programs
<
aanderse>
mariadb, postgresql, and.... one other one i noticed so far
<
aanderse>
i looked online and these are reported issues
<
aanderse>
i have no idea why they aren't using RuntimeDirectory :\
<
aanderse>
just curious if anyone else ran into this