JezK
Edit File: venPlatformHandler.service
[Unit] Description=Illumio Platform Handler [Service] Type=simple ExecStart=/opt/illumio_ven/bin/venPlatformHandler Environment="LD_LIBRARY_PATH=/opt/illumio_ven/lib:/opt/illumio_ven/lib/ipsec" Environment="GRPC_TRACE=health_check_client,http2_stream_state,http2_ping" Environment="GRPC_VERBOSITY=ERROR" # To debug grpc, change VERBOSITY to DEBUG # and do systemctl daemon-reload followed by restarting services KillMode=process Restart=no [Install] WantedBy=multi-user.target