2.home-manager/tests/modules/services/ssh-agent/basic-service-expected.service
Austin Horstman cec4c1be7e tests/ssh-agent: add test coverage
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-07-29 14:46:54 -05:00

9 lines
174 B
Desktop File

[Install]
WantedBy=default.target
[Service]
ExecStart=@openssh@/bin/ssh-agent -D -a %t/ssh-agent
[Unit]
Description=SSH authentication agent
Documentation=man:ssh-agent(1)