mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-17 23:48:20 +00:00
7 lines
246 B
Text
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"
|