summaryrefslogtreecommitdiffstats
path: root/roles/etcd/templates/custom.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/etcd/templates/custom.conf.j2')
-rw-r--r--roles/etcd/templates/custom.conf.j23
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/etcd/templates/custom.conf.j2 b/roles/etcd/templates/custom.conf.j2
new file mode 100644
index 000000000..d3433c658
--- /dev/null
+++ b/roles/etcd/templates/custom.conf.j2
@@ -0,0 +1,3 @@
+[Service]
+WorkingDirectory={{ etcd_data_dir }}
+EnvironmentFile=-{{ etcd_conf_file }}