This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Thrace-lan.info
/
ansible
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
working on systemd now
master
Erin Sims
2 years ago
parent
8935dd97e0
commit
29a15ed284
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
playbooks/sshfs.service.j2
+ 2
- 0
playbooks/sshfs.service.j2
View File
@@ -4,6 +4,8 @@ After=network.target sound.target
[Service]
Type=simple
User=sshfs
Group=www-data
ExecStart=/usr/bin/sshfs -p "{{sshfsport }}" -o allow_root "{{ [username,'@',hostname,':',remotepath,item,'/',' ',localpath,item,'/' ]|join() }}"
Restart=on-failure
Write
Preview
Loading…
Cancel
Save