ldapsaisie/docker/entrypoint.sh
2022-06-08 14:24:35 +02:00

6 lines
66 B
Bash
Executable file

#!/bin/bash -e
service slapd start
service apache2 start
bash -l