-
-
Save shanoor/57ef106584643558b8ca5f49f7017cc1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description = Copy CIFS mount | |
After = network.target | |
[Service] | |
Type = oneshot | |
RemainAfterExit = yes | |
TimeoutStartSec = 0 | |
ExecStartPre = -/usr/bin/mkdir -p /opt/sbin | |
ExecStart = /bin/sh -c "rm -fr /opt/sbin && rsync -a /usr/sbin/ /opt/sbin/ && /usr/bin/docker run -v /opt/sbin:/target so0k/mount.cifs_copy /target && mount --bind /opt/sbin/ /usr/sbin/" | |
[Install] | |
WantedBy = multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment