1
0
Fork 0

LSB Tags hinzugefügt (Autostart)

This commit is contained in:
Findus23 2014-03-12 17:02:02 +01:00
parent c228e935e0
commit a57cb3d0a5
2 changed files with 23 additions and 0 deletions

View file

@ -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

View file

@ -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"