Pass SSH_AUTH_SOCK to all processes
This commit is contained in:
parent
51df2746b6
commit
baf738bed1
2 changed files with 11 additions and 1 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue