From 81b13f64d0845617c8d0ba46a9a03baa6133495b Mon Sep 17 00:00:00 2001 From: Matt Jia Date: Jun 08 2017 06:06:09 +0000 Subject: make the KRB5_KTNAME varaible able to be set in the systemd unit --- diff --git a/systemd/waiverdb.service b/systemd/waiverdb.service index 085cc42..aa0ae2d 100644 --- a/systemd/waiverdb.service +++ b/systemd/waiverdb.service @@ -4,6 +4,7 @@ Requires=waiverdb.socket After=network.target [Service] +EnvironmentFile=-/etc/sysconfig/waiverdb ExecStart=/usr/bin/gunicorn --bind unix:/run/waiverdb/socket \ waiverdb.wsgi:app