summaryrefslogtreecommitdiffstats
path: root/roles/contiv/templates/aci-gw.service
blob: 9b3f125676c25091f46f61c454db0cb5faa2f26e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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=always
RestartSec=10

[Install]
WantedBy=multi-user.target