mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-28 03:13:48 +01:00
6 lines
66 B
Bash
6 lines
66 B
Bash
|
#!/bin/bash -e
|
||
|
|
||
|
service slapd start
|
||
|
service apache2 start
|
||
|
bash -l
|