enables service under FreeBSD
This commit is contained in:
parent
2d932565b6
commit
ee82bafb47
|
@ -56,6 +56,7 @@ vars:
|
|||
"log_dir_group" string => "wheel";
|
||||
|
||||
"service_name" string => "apache24";
|
||||
"service_cfg_name" string => "apache24";
|
||||
"www_user" string => "www";
|
||||
"www_group" string => "www";
|
||||
"mime_types" string => "/usr/local/etc/apache24/mime.types";
|
||||
|
@ -78,6 +79,7 @@ vars:
|
|||
{m:"proxy",f:"mod_proxy"},
|
||||
{m:"proxy_http",f:"mod_proxy_http"},
|
||||
{m:"proxy_http2",f:"mod_proxy_http2"},
|
||||
{m:"remoteip",f:"mod_remoteip"}
|
||||
]';
|
||||
|
||||
|
||||
|
@ -276,7 +278,7 @@ files:
|
|||
|
||||
methods:
|
||||
|
||||
|
||||
"any" usebundle => wmde_enable_service("apache");
|
||||
"any" usebundle => wmde_service("$(apache.service_name)","apache_kept","apache_repaired|php_repaired"),
|
||||
depends_on => @(apache.service_deps) ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue