mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
Origin commit data
------------------
Branch: ni/coolstream
Commit: f74f2aef5c
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-01-26 (Sat, 26 Jan 2019)
Origin message was:
------------------
- move control scripts from data/neutrino-scripts to data/control
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
10 lines
179 B
Bash
Executable File
10 lines
179 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# kill start script first to ignore neutrino's exit codes
|
|
killall start_neutrino
|
|
|
|
touch /tmp/.flash.start
|
|
|
|
# run shutdown routine depending on flagfile
|
|
/etc/init.d/rcK
|