feat: add nix dependency and enhance socket permissions handling
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# Run the agent as the unprivileged 'app' user
|
||||
# Run the agent as the unprivileged 'yanpm-agent' user
|
||||
cd /app
|
||||
echo "Starting yanpm-agent..."
|
||||
exec s6-setuidgid app ./yanpm-agent
|
||||
exec s6-setuidgid yanpm-agent ./yanpm-agent
|
||||
|
||||
Reference in New Issue
Block a user