summaryrefslogtreecommitdiffstats
path: root/roles/contiv/templates/aci-gw.service
blob: 4506d2231169aa6db4914af71e59b2235b2329f3 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Contiv ACI gw
After=auditd.service systemd-user-sessions.service time-sync.target {{ openshift.docker.service_name }}.service

[Service]
ExecStart={{ bin_dir }}/aci_gw.sh start
ExecStop={{ bin_dir }}/aci_gw.sh stop
KillMode=control-group
Restart=on-failure
RestartSec=10