rclocal: use rc.local.stop instead of rc.shutdown (for local.d only)

This commit is contained in:
Muhammad Herdiansyah 2021-11-06 00:27:41 +07:00
parent f84d2fb009
commit 2af02d079c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#
if [ -d /etc/local.d ]; then
for file in /etc/local.d/*.shutdown; do
for file in /etc/local.d/*.stop; do
sh "$file"
done
fi