For one service I need a couple directories available inside /tmp
. But I also want to use systemd's PrivateTmp=yes
. Is there something like AssertPathExists=/tmp/x
that also creates the path?
For one service I need a couple directories available inside /tmp
. But I also want to use systemd's PrivateTmp=yes
. Is there something like AssertPathExists=/tmp/x
that also creates the path?
my current solution