github.com/k8snetworkplumbingwg/sriov-network-operator@v1.2.1-0.20240408194816-2d2e5a45d453/hack/vf-switcher.service (about)

     1  [Unit]
     2  Description=Switch all VFs of the configured driver to the specified namespace
     3  After=network.target 
     4  
     5  [Service]
     6  Type=simple
     7  ExecStart=/usr/bin/vf-netns-switcher.sh -c /etc/vf-switcher/vf-switcher.yaml
     8  StandardOutput=journal
     9  StandardError=journal
    10  
    11  [Install]
    12  WantedBy=network-online.target