I have a service file that runs off Red Hat 7 and I'm reading values from a conf file with EnvironmentFile. I need to how "catch" (and ignore) the error that the file may not exist, and start anyway.
I already tried using - as prefix of the directive, but it did not start.