Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2018-08-07 22:21:49 +03:00
parent c2ce8525ab
commit 22eac4d45f
16 changed files with 150 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/usr/bin/env watchman
service_command='/usr/bin/ssh-agent'
service_args=( -d -a "/tmp/${USER}-ssh-auth.sock" )