FreeBSD rc service allows to use <service name>_env variable to modify
environment, and already call env for that, so there is no need
to call a second time env.
This fixes an issue where $PATH wasn't defined, and so any command not
called with absolute path failed when called from a HTTP request.
Fixes T1968.