Packages/istoreos-files/files/etc/init.d/isos_stop
2025-02-16 22:20:56 +08:00

14 lines
271 B
Bash
Executable File

#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
STOP=89
shutdown() {
/etc/init.d/dockerman stop 2>/dev/null
/etc/init.d/dockerd stop 2>/dev/null
/etc/init.d/netdata stop 2>/dev/null
while /usr/bin/umount -R -d /overlay/upper/opt/docker; do true; done
}