Files
op-packages/daed/files/daed-guard
T

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 "$@"