From 629d4357aaa88b65d875f298baf65b3f2a5ec48c Mon Sep 17 00:00:00 2001 From: Rolf Niepraschk <Rolf.Niepraschk@ptb.de> Date: Tue, 14 Jun 2022 08:07:29 +0200 Subject: [PATCH] =?UTF-8?q?mount=20point=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vl-gitfs.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vl-gitfs.service b/vl-gitfs.service index 48a971f..cb744c7 100644 --- a/vl-gitfs.service +++ b/vl-gitfs.service @@ -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' -- GitLab