gentoo-ebuilds/net-misc/pkixssh/files/ssh-agent.initd
Patrick McLean ea14a9d9fd
net-misc/pkixssh: new package, add 17.0
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
2025-09-05 13:10:25 -07:00

7 lines
246 B
Text

#!/sbin/openrc-run
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License, v2 or later
supervisor=supervise-daemon
command="/usr/bin/ssh-agent"
command_args="-D -a ${XDG_RUNTIME_DIR}/ssh-agent.sock"