From 377fdca5d6db8ed91bb03ec46f7fb8eba805d0b7 Mon Sep 17 00:00:00 2001 From: Baha Mesleh Date: Mon, 9 Sep 2019 18:32:25 +0300 Subject: [PATCH] Fixed the missing template file issue. Signed-off-by: Baha Mesleh Change-Id: Ia2661d9bbdad95d7f0f0c8f0db83961d1c853851 --- roles/monitoring/templates/monitor.conf.j2 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 roles/monitoring/templates/monitor.conf.j2 diff --git a/roles/monitoring/templates/monitor.conf.j2 b/roles/monitoring/templates/monitor.conf.j2 new file mode 100644 index 0000000..bcff331 --- /dev/null +++ b/roles/monitoring/templates/monitor.conf.j2 @@ -0,0 +1,4 @@ +[Service] +Restart=always +RestartSec=3 +StartLimitInterval=0 -- 2.16.6