op-packages/daed/files/daed-guard
github-actions[bot] c0107db2e8 🔥 Sync 2026-07-19 20:20:12
2026-07-19 20:20:12 +08:00

10 lines
167 B
Bash

#!/bin/sh
. /usr/share/daed/cleanup.sh
if ! daed_cleanup_runtime; then
echo "daed: stale network state could not be removed" >&2
exit 1
fi
exec /usr/bin/daed "$@"