summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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