Environment variables passed to the service's processes.
Declarations
Type
attribute set of (string or list of string)
Default
{ }
Example
{
LANG = "nl_NL.UTF-8";
PATH = "/foo/bar/bin";
}
Environment variables passed to the service's processes.
attribute set of (string or list of string)
{ }
{
LANG = "nl_NL.UTF-8";
PATH = "/foo/bar/bin";
}