github.com/k8snetworkplumbingwg/sriov-network-operator@v1.2.1-0.20240408194816-2d2e5a45d453/bindata/manifests/sriov-config-service/kubernetes/sriov-config-service.yaml (about)

     1  contents: |
     2    [Unit]
     3    Description=Configures SRIOV NIC - pre network configuration
     4    DefaultDependencies=no
     5    After=network-pre.target systemd-udev-settle.service systemd-sysusers.service systemd-sysctl.service
     6    Before=network.target NetworkManager.service systemd-networkd.service ovs-vswitchd.service ovsdb-server.service
     7  
     8    [Service]
     9    Type=oneshot
    10    ExecStart=/var/lib/sriov/sriov-network-config-daemon -v 2 --zap-log-level 2 service --phase pre
    11    StandardOutput=journal+console
    12  
    13    [Install]
    14    WantedBy=multi-user.target
    15  enabled: true
    16  name: sriov-config.service