ed067e6b70
- nirinit - ssh-agent
11 lines
189 B
Desktop File
11 lines
189 B
Desktop File
[Unit]
|
|
Description=SSH key agent
|
|
|
|
[Service]
|
|
Type=simple
|
|
Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket
|
|
ExecStart=/usr/bin/ssh-agent -D %t/ssh-agent.socket
|
|
|
|
[Install]
|
|
WantedBy=default.target
|