examples/shutdown-1.0: an example of reboot which does not signal init
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 20 Apr 2018 13:12:52 +0000 (15:12 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 20 Apr 2018 13:12:52 +0000 (15:12 +0200)
commitc21dfaf836cf0eb5317035bc20395c751a205934
tree1b9b812eb0153da450a7f9f14fd444dc0bc4b567
parente09c426456cfd030cc868d93bbcb2e0a6933cabb
examples/shutdown-1.0: an example of reboot which does not signal init

For one, my inits know nothing about the concept of "shutting down the system".

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
examples/shutdown-1.0/README [new file with mode: 0644]
examples/shutdown-1.0/script/do_shutdown [new file with mode: 0755]
examples/shutdown-1.0/script/hardshutdown.c [new file with mode: 0644]
examples/shutdown-1.0/script/hardshutdown.make.sh [new file with mode: 0755]
examples/shutdown-1.0/script/shutdown [new file with mode: 0755]
examples/shutdown-1.0/script/stop_storage [new file with mode: 0755]
examples/shutdown-1.0/script/stop_tasks [new file with mode: 0755]