summarylogtreecommitdiffstats
path: root/krenew.service
diff options
context:
space:
mode:
authorMantas Mikulėnas2015-06-08 13:04:12 +0300
committerMantas Mikulėnas2015-06-08 13:18:24 +0300
commit0b1d81449efac99bc9e8c3e07bf139898bfb1855 (patch)
tree3f8e03099cbdfb486ac7515c990f24785ae136cb /krenew.service
downloadaur-0b1d81449efac99bc9e8c3e07bf139898bfb1855.tar.gz
initial commit
Diffstat (limited to 'krenew.service')
-rw-r--r--krenew.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/krenew.service b/krenew.service
new file mode 100644
index 000000000000..1acfd3c8a8b2
--- /dev/null
+++ b/krenew.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Kerberos Ticket Renewal Daemon
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/krenew -v -L -b -K 30 -i
+ExecReload=/bin/kill -s ALRM $MAINPID
+StandardOutput=null
+
+[Install]
+WantedBy=default.target