From e28adead42dd55f23f0421aa054c7419e646b2a9 Mon Sep 17 00:00:00 2001 From: Nick Bartos Date: Tue, 5 Dec 2017 08:30:41 +1100 Subject: Contiv systemd fixes Add install section so that enable on reboot works. Make sure services are always restarted if they die. --- roles/contiv/templates/aci-gw.service | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'roles/contiv/templates/aci-gw.service') diff --git a/roles/contiv/templates/aci-gw.service b/roles/contiv/templates/aci-gw.service index 90bb98001..9b3f12567 100644 --- a/roles/contiv/templates/aci-gw.service +++ b/roles/contiv/templates/aci-gw.service @@ -6,5 +6,8 @@ After=auditd.service systemd-user-sessions.service time-sync.target {{ openshift ExecStart={{ bin_dir }}/aci_gw.sh start ExecStop={{ bin_dir }}/aci_gw.sh stop KillMode=control-group -Restart=on-failure +Restart=always RestartSec=10 + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3