ferm/services-eve/45-owncloud

5 lines
156 B
Plaintext
Raw Normal View History

2014-12-19 19:50:19 +00:00
&def_service(owncloud, owncloud, tcp, 9000);
&allow_service_for(owncloud, web);
&allow_service_for(postgres, owncloud);
&allow_service_for(ldap, owncloud);