4 changed files with 26 additions and 4 deletions
@ -0,0 +1 @@
@@ -0,0 +1 @@
|
||||
../ssh-agent.service |
@ -0,0 +1,11 @@
@@ -0,0 +1,11 @@
|
||||
[Unit] |
||||
Description=SSH Agent Service |
||||
Type=simple |
||||
|
||||
[Service] |
||||
Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket |
||||
ExecStart=/run/current-system/sw/bin/ssh-agent -D -a $SSH_AUTH_SOCK |
||||
|
||||
[Install] |
||||
WantedBy=default.target |
||||
|
Loading…
Reference in new issue