AlaK4X
Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64



Your IP : 18.116.85.96


Current Path : /snap/lxd/31333/commands/
Upload File :
Current File : //snap/lxd/31333/commands/daemon.reload

#!/bin/sh
set -eu

# Re-exec outside of apparmor confinement
if [ -d /sys/kernel/security/apparmor ] && [ "$(cat /proc/self/attr/current)" != "unconfined" ]; then
    exec aa-exec -p unconfined -- "$0" "$@"
fi

echo reload > "${SNAP_COMMON}/state"
PID=$(cat "${SNAP_COMMON}/lxd.pid")
/bin/kill "$PID"