Current File : //run/systemd/system/netplan-ovs-cleanup.service
[Unit]
Description=OpenVSwitch configuration for cleanup
DefaultDependencies=no
Wants=ovsdb-server.service
After=ovsdb-server.service
ConditionFileIsExecutable=/usr/bin/ovs-vsctl
Before=network.target
Wants=network.target

[Service]
Type=oneshot
TimeoutStartSec=10s
StartLimitBurst=0
ExecStart=/usr/sbin/netplan apply --only-ovs-cleanup