ferm/services/45-owncloud
2014-12-19 20:50:19 +01:00

5 lines
156 B
Plaintext

&def_service(owncloud, owncloud, tcp, 9000);
&allow_service_for(owncloud, web);
&allow_service_for(postgres, owncloud);
&allow_service_for(ldap, owncloud);