summaryrefslogtreecommitdiff
path: root/.config/systemd/user/default.target.wants
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-01-01 16:41:20 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-01-01 16:41:20 -0500
commit3fed229c02272767ad4b925afcbf73f43be0afbe (patch)
treea4a0185a0709660d485972ad73ba693577509a15 /.config/systemd/user/default.target.wants
parentffc992122569fd3202cead69f72a57e701853821 (diff)
gpg-agent does not need to be run explictly anymore
Diffstat (limited to '.config/systemd/user/default.target.wants')
-rw-r--r--.config/systemd/user/default.target.wants/gpg-agent.service9
1 files changed, 0 insertions, 9 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 100644
index 93c12b0..0000000
--- a/.config/systemd/user/default.target.wants/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