Start service on all runlevels

This commit is contained in:
Serge Schneider 2017-06-19 09:18:47 +00:00
parent 2a1675e06d
commit ebac227642
3 changed files with 11 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
raspi-config (20170619) stretch; urgency=medium
* Start service on all runlevels
-- Serge Schneider <serge@raspberrypi.org> Mon, 19 Jun 2017 09:14:40 +0000
raspi-config (20170518) jessie; urgency=medium
* Improve x86 splash screen command line handling to remove spurious arguments and spaces

View File

@ -3,7 +3,7 @@
# Provides: raspi-config
# Required-Start: udev mountkernfs $remote_fs
# Required-Stop:
# Default-Start: S
# Default-Start: S 2 3 4 5
# Default-Stop:
# Short-Description: Switch to ondemand cpu governor (unless shift key is pressed)
# Description:

View File

@ -4,4 +4,8 @@ if [ -e /etc/init.d/switch_cpu_governor ]; then
update-rc.d switch_cpu_governor remove >/dev/null
fi
if dpkg --compare-versions "${2}" lt-nl "20170619"; then
update-rc.d -f raspi-config remove
fi
#DEBHELPER#