diff --git a/etc_init.d/aufzeichnung b/etc_init.d/aufzeichnung index 21a3501..21e18f6 100755 --- a/etc_init.d/aufzeichnung +++ b/etc_init.d/aufzeichnung @@ -1,6 +1,18 @@ #! /bin/sh # /etc/init.d/aufzeichnung +### BEGIN INIT INFO +# Provides: aufzeichnung +# Required-Start: $all +# Required-Stop: $all +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# X-Interactive: true +# Short-Description: Klimaaufzeichnung +# Description: Autostart der Aufzeichnung +### END INIT INFO + + case "$1" in start) gpio mode 13 out # gelb diff --git a/etc_init.d/display b/etc_init.d/display index 7f447d1..65d2333 100755 --- a/etc_init.d/display +++ b/etc_init.d/display @@ -1,6 +1,17 @@ #! /bin/sh # /etc/init.d/display +### BEGIN INIT INFO +# Provides: display +# Required-Start: $all +# Required-Stop: $all +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# X-Interactive: true +# Short-Description: Display +# Description: Pythonskript, welches das Display steuert +### END INIT INFO + case "$1" in start) echo "Display wird gestartet"