mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-24 21:04:52 +02:00
ssh: add all SSH keys in ssh-agent on start
This commit is contained in:
parent
3826c390b5
commit
057c3daf07
2 changed files with 12 additions and 0 deletions
|
@ -1,9 +1,11 @@
|
|||
[Unit]
|
||||
Description=Miscellaneous settings for X11 on %I
|
||||
PartOf=graphical-session@%i.target
|
||||
After=ssh-agent.service
|
||||
|
||||
[Service]
|
||||
Environment=DISPLAY=%I
|
||||
ExecStart=/usr/bin/xset -b
|
||||
ExecStart=%h/.config/awesome/bin/ssh-add
|
||||
Type=oneshot
|
||||
RemainAfterExit=false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue