summaryrefslogtreecommitdiff
path: root/.config/systemd/user/default.target.wants/gpg-agent.service
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-04-16 10:42:42 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-04-16 10:42:42 -0400
commit12662331d4597a40b58ca0f37deed76e312389ef (patch)
tree7d8df92faa13daf4a26eb534215533b7d43d11a8 /.config/systemd/user/default.target.wants/gpg-agent.service
parentc5fb55843c66f1ff6d4491009d9cf9781c0a3d7f (diff)
parent7000ec189d6aecca3cbee5c68fe877f11cf0784e (diff)
Merge remote-tracking branch 'origin/master' into build64-par
Diffstat (limited to '.config/systemd/user/default.target.wants/gpg-agent.service')
-rw-r--r--.config/systemd/user/default.target.wants/gpg-agent.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/systemd/user/default.target.wants/gpg-agent.service b/.config/systemd/user/default.target.wants/gpg-agent.service
new file mode 100644
index 0000000..a9de9b2
--- /dev/null
+++ b/.config/systemd/user/default.target.wants/gpg-agent.service
@@ -0,0 +1,9 @@
+[Unit]
+Description="GnuPG agent daemon"
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/gpg-agent --daemon --write-env-file ${HOME}/.sessions/gpg
+
+[Install]
+WantedBy=default.target