]> git.proxmox.com Git - ovs.git/blob - debian/openvswitch-switch.openvswitch-nonetwork.service
Blacklist more tests for mipsel and mipsel64.
[ovs.git] / debian / openvswitch-switch.openvswitch-nonetwork.service
1 [Unit]
2 Description=Open vSwitch Internal Unit
3 PartOf=openvswitch-switch.service
4 DefaultDependencies=no
5 After=apparmor.service local-fs.target systemd-tmpfiles-setup.service dpdk.service
6 Wants=network-pre.target openvswitch-switch.service
7 Before=network-pre.target openvswitch-switch.service
8
9 [Service]
10 Type=oneshot
11 RemainAfterExit=yes
12 EnvironmentFile=-/etc/default/openvswitch-switch
13 ExecStart=/usr/share/openvswitch/scripts/ovs-ctl start \
14 --system-id=random $OVS_CTL_OPTS
15 ExecStop=/usr/share/openvswitch/scripts/ovs-ctl stop