From 666c25d509c1048bd4595c44bd991b95c9367d38 Mon Sep 17 00:00:00 2001 From: Nemo Date: Wed, 2 May 2018 20:54:40 +0530 Subject: [PATCH] Adds gpg socket systemd scripts --- .../systemd/user/socket.target.wants/gpg-agent-browser.socket | 1 + .../systemd/user/socket.target.wants/gpg-agent-extra.socket | 1 + .../systemd/user/socket.target.wants/gpg-agent-ssh.socket | 1 + .../.config/systemd/user/socket.target.wants/gpg-agent.socket | 1 + 4 files changed, 4 insertions(+) create mode 120000 files/gpg/.config/systemd/user/socket.target.wants/gpg-agent-browser.socket create mode 120000 files/gpg/.config/systemd/user/socket.target.wants/gpg-agent-extra.socket create mode 120000 files/gpg/.config/systemd/user/socket.target.wants/gpg-agent-ssh.socket create mode 120000 files/gpg/.config/systemd/user/socket.target.wants/gpg-agent.socket diff --git a/files/gpg/.config/systemd/user/socket.target.wants/gpg-agent-browser.socket b/files/gpg/.config/systemd/user/socket.target.wants/gpg-agent-browser.socket new file mode 120000 index 0000000..749a7e3 --- /dev/null +++ b/files/gpg/.config/systemd/user/socket.target.wants/gpg-agent-browser.socket @@ -0,0 +1 @@ +/usr/lib/systemd/user/gpg-agent-browser.socket \ No newline at end of file diff --git a/files/gpg/.config/systemd/user/socket.target.wants/gpg-agent-extra.socket b/files/gpg/.config/systemd/user/socket.target.wants/gpg-agent-extra.socket new file mode 120000 index 0000000..7031294 --- /dev/null +++ b/files/gpg/.config/systemd/user/socket.target.wants/gpg-agent-extra.socket @@ -0,0 +1 @@ +/usr/lib/systemd/user/gpg-agent-extra.socket \ No newline at end of file diff --git a/files/gpg/.config/systemd/user/socket.target.wants/gpg-agent-ssh.socket b/files/gpg/.config/systemd/user/socket.target.wants/gpg-agent-ssh.socket new file mode 120000 index 0000000..acb12ad --- /dev/null +++ b/files/gpg/.config/systemd/user/socket.target.wants/gpg-agent-ssh.socket @@ -0,0 +1 @@ +/usr/lib/systemd/user/gpg-agent-ssh.socket \ No newline at end of file diff --git a/files/gpg/.config/systemd/user/socket.target.wants/gpg-agent.socket b/files/gpg/.config/systemd/user/socket.target.wants/gpg-agent.socket new file mode 120000 index 0000000..26158f7 --- /dev/null +++ b/files/gpg/.config/systemd/user/socket.target.wants/gpg-agent.socket @@ -0,0 +1 @@ +/usr/lib/systemd/user/gpg-agent.socket \ No newline at end of file