This commit is contained in:
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
. /etc/profile
|
||||
echo "PATH=$PATH"
|
@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Kubernetes flex volume plugin directory
|
||||
|
||||
[Mount]
|
||||
What=overlay
|
||||
Where=/usr/libexec
|
||||
Type=overlay
|
||||
Options=lowerdir=/usr/libexec,workdir=/opt/libexec.work,upperdir=/opt/libexec
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user