start only needed services and set up sharing driver

This commit is contained in:
Willy Kloucek
2022-01-31 09:58:36 +01:00
parent efe03a4a2f
commit f681f91abd
3 changed files with 12 additions and 15 deletions
@@ -1,11 +0,0 @@
#!/bin/sh
set -e
ocis server &
sleep 10
# idp, glauth and accounts are not needed -> replaced by Keycloak and OpenLDAP
ocis kill idp
ocis kill glauth
ocis kill accounts
wait