From e37d0507875a7943ac49fed7f2b8bc7930bd85ea Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 23 Dec 2016 01:15:50 +0200 Subject: Add GPG agent systemd unit --- .config/systemd/user/gpg-agent.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .config/systemd/user/gpg-agent.service diff --git a/.config/systemd/user/gpg-agent.service b/.config/systemd/user/gpg-agent.service new file mode 100644 index 0000000..69c7bb6 --- /dev/null +++ b/.config/systemd/user/gpg-agent.service @@ -0,0 +1,11 @@ +[Unit] +Description=GnuPG private key agent +IgnoreOnIsolate=true + +[Service] +Type=forking +ExecStart=/usr/bin/gpg-agent --daemon +Restart=on-abort + +[Install] +WantedBy=default.target -- cgit v1.3.1