Skip to content
Snippets Groups Projects
Commit 629d4357 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

mount point geändert

parent a5c3314a
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ RemainAfterExit=yes
WorkingDirectory=/usr/local/share/vl-gitfs
Environment=HOME=/var/lib/nobody
Environment=FROM=/home/vl_db2git/
Environment=TO=/var/run/mount/vl-gitfs
Environment=TO=/home/mount/vl-gitfs
ExecStartPre=/bin/mkdir -p ${TO}
ExecStart=/bin/bash -c 'if $(mountpoint -q ${TO}); then true; else \
./doMount ${FROM} ${TO}; fi'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment