mirror of
https://github.com/brain-hackers/brain-config.git
synced 2025-10-15 12:48:42 +09:00
Start service on all runlevels
This commit is contained in:
4
debian/raspi-config.postinst
vendored
4
debian/raspi-config.postinst
vendored
@@ -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#
|
||||
|
Reference in New Issue
Block a user