From 3fed229c02272767ad4b925afcbf73f43be0afbe Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 1 Jan 2015 16:41:20 -0500 Subject: gpg-agent does not need to be run explictly anymore --- .config/systemd/user/default.target.wants/gpg-agent.service | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .config/systemd/user/default.target.wants/gpg-agent.service 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 -- cgit v1.2.3-54-g00ecf