summaryrefslogtreecommitdiff
path: root/.linux
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2019-02-06 13:07:33 -0800
committerMike Crute <crutem@amazon.com>2019-02-06 13:07:33 -0800
commitd3fdb85f59f0084077b2e83f15505ed4d3d4624d (patch)
tree2f3512f2d3eba76a93da8f9f6078bca29bac2682 /.linux
parentda1ebf16744fd217bc24399035b8b0d298a383d0 (diff)
downloaddotfiles-d3fdb85f59f0084077b2e83f15505ed4d3d4624d.tar.bz2
dotfiles-d3fdb85f59f0084077b2e83f15505ed4d3d4624d.tar.xz
dotfiles-d3fdb85f59f0084077b2e83f15505ed4d3d4624d.zip
krb5-auth-dialog uses shared file
Diffstat (limited to '.linux')
-rw-r--r--.linux/systemd/krb5-auth-dialog.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/.linux/systemd/krb5-auth-dialog.service b/.linux/systemd/krb5-auth-dialog.service
index 3538065..c3f79c4 100644
--- a/.linux/systemd/krb5-auth-dialog.service
+++ b/.linux/systemd/krb5-auth-dialog.service
@@ -5,6 +5,7 @@ PartOf=graphical-session.target
5[Service] 5[Service]
6Type=simple 6Type=simple
7ExecStart=/usr/bin/krb5-auth-dialog 7ExecStart=/usr/bin/krb5-auth-dialog
8Environment="KRB5CCNAME=FILE:/tmp/krb5cc_%U"
8 9
9[Install] 10[Install]
10WantedBy=graphical-session.target 11WantedBy=graphical-session.target