From 480dd4688b20be3b69b54043d5e5d3df713926c0 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 8 Sep 2021 19:35:23 -0700 Subject: linux: remove configurations specific to linux They are all handled by the repository `linux-desktop`. It's easier to have a different repository for this bits of configs. --- config/systemd/user/ssh-agent.service | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 config/systemd/user/ssh-agent.service (limited to 'config/systemd/user/ssh-agent.service') diff --git a/config/systemd/user/ssh-agent.service b/config/systemd/user/ssh-agent.service deleted file mode 100644 index 5c59cbf..0000000 --- a/config/systemd/user/ssh-agent.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=SSH key agent - -[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 - -[Install] -WantedBy=default.target -- cgit 1.4.1