Hello @MauroRiboniMX! I'm Alex from logiccloud, we're packaging our app for ctrlX but I'm having a slight issue. I'm using the licensing-service plug defined in my snapcraft.yaml plugs section and added to the app section in the plugs list, as instructed here: https://developer.community.boschrexroth.com/t5/SDK/Licensing-integration-unix-socket-missing/m-p/47482 I am still not able to see the socket file in the existing $SNAP_DATA/licensing-service directory. Although the mentioned topic was closed as Solved, I could not find the solution to this issue. Maybe here is something missing? Here is the relevant portion on the snapcraft.yaml: plugs:
datalayer:
interface: content
content: datalayer
target: $SNAP_DATA/.datalayer
sysdir:
interface: system-files
write:
- /sys
licensing-service:
interface: content
content: licensing-service
target: $SNAP_DATA/licensing-service
apps:
logiccloud:
command: bin/initedge
daemon: simple
plugs: [network, network-bind, sysdir, datalayer, licensing-service]
restart-condition: always
environment:
EDGE_ADMIN_APP_FOLDER: $SNAP_DATA
EDGE_ADMIN_PORT: "8080"
LD_LIBRARY_PATH: /usr/local/lib:$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/ Thanks for your help!
... View more