mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
8 lines
246 B
Plaintext
8 lines
246 B
Plaintext
#!/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"
|