PK

ADDRLIN : /lib/systemd/system/
FLL :
Current File : //lib/systemd/system/venVtapServer.service

[Unit]
Description=Illumio VTAP Server

[Service]
Type=simple
ExecStart=/opt/illumio_ven/bin/venVtapServer
Environment="LD_LIBRARY_PATH=/opt/illumio_ven/lib:/opt/illumio_ven/lib/ipsec"
KillMode=process
Restart=no

[Install]
WantedBy=multi-user.target


PK 99