From c3a6b5911e6d7b5a0e7520d6961fb106a628001d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 4 Apr 2014 13:12:14 -0400 Subject: move the daemon stuff to use a systemd user instance --- .config/systemd/user/default.target.wants/gpg-agent.service | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .config/systemd/user/default.target.wants/gpg-agent.service (limited to '.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 new file mode 100644 index 0000000..a9de9b2 --- /dev/null +++ b/.config/systemd/user/default.target.wants/gpg-agent.service @@ -0,0 +1,9 @@ +[Unit] +Description="GnuPG agent daemon" + +[Service] +Type=forking +ExecStart=/usr/bin/gpg-agent --daemon --write-env-file ${HOME}/.sessions/gpg + +[Install] +WantedBy=default.target -- cgit v1.2.3-2-g168b