mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-14 14:33:02 +01:00
6 lines
66 B
Bash
6 lines
66 B
Bash
|
#!/bin/bash -e
|
||
|
|
||
|
service slapd start
|
||
|
service apache2 start
|
||
|
bash -l
|