Skip to content

Commit df06ad6

Browse files
committed
Bind mount /etc, /usr/vice/etc onto parts of /srv/scripts_config
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 9eb2ece commit df06ad6

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-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/server/fedora/config/etc
8+
Type=none
9+
Options=bind
10+
[Install]
11+
WantedBy=local-fs.target
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=/usr/vice/etc
7+
Where=/srv/scripts_config/server/fedora/config/usr/vice/etc
8+
Type=none
9+
Options=bind
10+
[Install]
11+
WantedBy=local-fs.target

0 commit comments

Comments
 (0)