diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-01-01 16:41:20 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-01-01 16:41:20 -0500 |
commit | 3fed229c02272767ad4b925afcbf73f43be0afbe (patch) | |
tree | a4a0185a0709660d485972ad73ba693577509a15 | |
parent | ffc992122569fd3202cead69f72a57e701853821 (diff) |
gpg-agent does not need to be run explictly anymore
-rw-r--r-- | .config/systemd/user/default.target.wants/gpg-agent.service | 9 |
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 |