Your IP : 216.73.216.14


Current Path : /snap/lxd/38413/bin/
Upload File :
Current File : //snap/lxd/38413/bin/lxd

#!/bin/sh
# Use exec so that this script process is replaced.
# This avoids polluting the process tree with this wrapper script.
if [ "$1" = "callhook" ]; then
    exec /snap/lxd/current/bin/lxd-user "$@"
fi

echo "lxd-stophook: Invalid argument: ${1}" >&2
exit 1