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