tripleo-heat-templates/deployment/neutron/neutron-cleanup.service

13 lines
231 B
Desktop File

[Unit]
Description=Neutron cleanup on startup
After=openvswitch.service network.target
Before=docker.service
RefuseManualStop=yes
[Service]
Type=oneshot
ExecStart=/usr/libexec/neutron-cleanup
[Install]
WantedBy=multi-user.target