Skip to content

Commit 64f9780

Browse files
committed
ldap: Bind mount /etc onto part of /srv/scripts_config
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent df06ad6 commit 64f9780

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[Unit]
2+
DefaultDependencies=no
3+
Conflicts=umount.target
4+
Before=local-fs.target umount.target
5+
[Mount]
6+
What=/etc
7+
Where=/srv/scripts_config/ldap/el/config/etc
8+
Type=none
9+
Options=bind
10+
[Install]
11+
WantedBy=local-fs.target

0 commit comments

Comments
 (0)