PK

ADDRLIN : /usr/lib/systemd/system/
FLL :
Current File : //usr/lib/systemd/system/venAgentMgr.service

[Unit]
Description=Illumio Agent Manager

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

[Install]
WantedBy=multi-user.target


PK 99