summaryrefslogtreecommitdiffstats
path: root/roles/contiv/templates/aci-gw.service
diff options
context:
space:
mode:
Diffstat (limited to 'roles/contiv/templates/aci-gw.service')
-rw-r--r--roles/contiv/templates/aci-gw.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/roles/contiv/templates/aci-gw.service b/roles/contiv/templates/aci-gw.service
new file mode 100644
index 000000000..8e4b66fbe
--- /dev/null
+++ b/roles/contiv/templates/aci-gw.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Contiv ACI gw
+After=auditd.service systemd-user-sessions.service time-sync.target docker.service
+
+[Service]
+ExecStart={{ bin_dir }}/aci_gw.sh start
+ExecStop={{ bin_dir }}/aci_gw.sh stop
+KillMode=control-group
+Restart=on-failure
+RestartSec=10