summaryrefslogtreecommitdiff
path: root/.config/systemd/user
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-01-29 00:54:28 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-01-29 00:54:28 -0500
commitf565769cdc68b24343ce2d3dbf4e322fad3a6c20 (patch)
tree31a1041f7967889831fa0460b5ee2e4c2033fb87 /.config/systemd/user
parent5bba26995f6431f00f17a7a0eef8940b94ddbfd8 (diff)
gpg-agent stuff is no longer nescessary
Diffstat (limited to '.config/systemd/user')
l---------.config/systemd/user/default.target.wants/gpg-agent.service1
-rw-r--r--.config/systemd/user/gpg-agent.service9
2 files changed, 0 insertions, 10 deletions
diff --git a/.config/systemd/user/default.target.wants/gpg-agent.service b/.config/systemd/user/default.target.wants/gpg-agent.service
deleted file mode 120000
index 5727454..0000000
--- a/.config/systemd/user/default.target.wants/gpg-agent.service
+++ /dev/null
@@ -1 +0,0 @@
-/home/lukeshu-parabola/.config/systemd/user/gpg-agent.service \ No newline at end of file
diff --git a/.config/systemd/user/gpg-agent.service b/.config/systemd/user/gpg-agent.service
deleted file mode 100644
index 93c12b0..0000000
--- a/.config/systemd/user/gpg-agent.service
+++ /dev/null
@@ -1,9 +0,0 @@
-[Unit]
-Description="GnuPG agent daemon"
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/gpg-agent --daemon --write-env-file ${XDG_RUNTIME_DIR}/gpg
-
-[Install]
-WantedBy=default.target