mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 15:43:02 +02:00
9 lines
191 B
Bash
9 lines
191 B
Bash
#!/bin/sh
|
|
# This file is run at the very end of runlevel S (bootstrap)
|
|
#
|
|
# Note: 1) not all initctl commands are allowed here
|
|
# 2) ensure the script calls `exit 0` at the end
|
|
#
|
|
|
|
exit 0
|