From f270245fa189f75d0097ba74a094f3f5757f604c Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Fri, 30 Sep 2022 07:43:18 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/sshfs.service.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/sshfs.service.j2 b/playbooks/sshfs.service.j2 index 0e3fb29..f03d39b 100644 --- a/playbooks/sshfs.service.j2 +++ b/playbooks/sshfs.service.j2 @@ -9,7 +9,7 @@ StartLimitBurst=10 WantedBy=default.target [Service] -Type=simple +Type=exec User=sshfs Group=www-data ExecStart=/usr/bin/sshfs -p "{{sshfsport }}" -o allow_root "{{ [username,'@',hostname,':',remotepath,item,'/',' ',localpath,item,'/' ]|join() }}"