summarylogtreecommitdiffstats
path: root/emacs.service
diff options
context:
space:
mode:
authorSauyon Lee2017-02-01 12:09:21 +0000
committerSauyon Lee2017-02-01 12:09:21 +0000
commit6eef27927b41821a22323597ac2b7ef0a3a86409 (patch)
tree00d6c50415a1d9988822686706dd734fa74f1fb3 /emacs.service
parente2c12cbdedf21e1b01800fd35b723a7676b0900b (diff)
downloadaur-systemd-emacs-daemon.tar.gz
remove ssh auth sock env variable
Diffstat (limited to 'emacs.service')
-rw-r--r--emacs.service1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs.service b/emacs.service
index 9f7b33000ab0..67853965961e 100644
--- a/emacs.service
+++ b/emacs.service
@@ -5,7 +5,6 @@ Description=Emacs: the extensible, self-documenting text editor
Type=forking
ExecStart=/usr/bin/emacs --daemon
ExecStop=/usr/bin/emacsclient --eval "(kill-emacs)"
-Environment=SSH_AUTH_SOCK=%t/keyring/ssh
Restart=always
[Install]