mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-08-04 00:29:27 +08:00
10 lines
167 B
Bash
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 "$@"
|