I'm attempting to make a systemd service that should only start if a certain file doesn't exist on the file system.
If I use ConditionPathExists this will make the service start only when the file in question exists, which is the opposite behavior of what I want.
Is there a way to invert these conditions?