From bb83945623fa6cef6c195c98a7776f45974c006c Mon Sep 17 00:00:00 2001 From: xyz Date: Sun, 17 Oct 2021 15:39:52 -0700 Subject: move work-tree to /, delete mods files, addd cfgL --- .config/systemd/user/ssh-agent.service | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .config/systemd/user/ssh-agent.service (limited to '.config/systemd') diff --git a/.config/systemd/user/ssh-agent.service b/.config/systemd/user/ssh-agent.service deleted file mode 100644 index 66fa63ef..00000000 --- a/.config/systemd/user/ssh-agent.service +++ /dev/null @@ -1,24 +0,0 @@ -# how to use: -# systemctl --user enable --now ssh-agent - -[Unit] -Description=SSH key agent - -# archwiki approach -# https://wiki.archlinux.org/title/SSH_keys#Start_ssh-agent_with_systemd_user -[Service] -Type=simple -Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket -# DISPLAY required for ssh-askpass to work -Environment=DISPLAY=:0 -ExecStart=/usr/bin/ssh-agent -D -a $SSH_AUTH_SOCK - -# github White-Oak approach -# https://github.com/White-Oak/arch-setup-for-dummies/blob/master/setting-up-ssh-agent.md -#[Service] -#Type=forking -#Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket -#ExecStart=/usr/bin/ssh-agent -a $SSH_AUTH_SOCK - -[Install] -WantedBy=default.target -- cgit v1.2.3-70-g09d2