mirror of
https://github.com/containers/gvisor-tap-vsock.git
synced 2025-10-05 16:56:50 +08:00

This aligns the naming with 'gvproxy' and hopefully makes it a bit more descriptive Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
14 lines
408 B
Desktop File
14 lines
408 B
Desktop File
[Unit]
|
|
Description=gvisor-tap-vsock Network Traffic Forwarder
|
|
After=NetworkManager.service
|
|
BindsTo=sys-devices-virtual-net-%i.device
|
|
After=sys-devices-virtual-net-%i.device
|
|
|
|
[Service]
|
|
Environment=GV_VSOCK_PORT="1024"
|
|
EnvironmentFile=-/etc/sysconfig/gv-user-network
|
|
ExecStart=/usr/libexec/podman/gvforwarder -preexisting -iface %i -url vsock://2:${GV_VSOCK_PORT}/connect
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|