From f565769cdc68b24343ce2d3dbf4e322fad3a6c20 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 29 Jan 2015 00:54:28 -0500 Subject: gpg-agent stuff is no longer nescessary --- .config/systemd/user/default.target.wants/gpg-agent.service | 1 - .config/systemd/user/gpg-agent.service | 9 --------- 2 files changed, 10 deletions(-) delete mode 120000 .config/systemd/user/default.target.wants/gpg-agent.service delete mode 100644 .config/systemd/user/gpg-agent.service (limited to '.config/systemd') 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 -- cgit v1.2.3