Pass SSH_AUTH_SOCK to all processes

This commit is contained in:
Aleksey Samoilov 2024-07-25 00:00:49 +04:00
parent 51df2746b6
commit baf738bed1
2 changed files with 11 additions and 1 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
tileos-settings-river (1.1.4~tileos) unstable; urgency=medium
* Pass SSH_AUTH_SOCK to all processes
-- Aleksey Samoilov <samoilov.lex@gmail.com> Thu, 25 Jul 2024 00:00:10 +0400
tileos-settings-river (1.1.3~tileos) unstable; urgency=medium tileos-settings-river (1.1.3~tileos) unstable; urgency=medium
* Fix swayidle restart path * Fix swayidle restart path

View file

@ -47,4 +47,8 @@ if [ -d "${XDG_CONFIG_HOME:-$HOME/.config}/environment.d" ]; then
set +o allexport set +o allexport
fi fi
exec systemd-cat -- /usr/bin/river $@ run_river() {
exec systemd-cat -- /usr/bin/ssh-agent /usr/bin/river $@
}
run_river