diff --git a/packages/graphics/bcm2835-driver/system.d/bcm2835-threshold.service b/packages/graphics/bcm2835-driver/system.d/bcm2835-threshold.service index 51ff237ffb..921e2e3c65 100644 --- a/packages/graphics/bcm2835-driver/system.d/bcm2835-threshold.service +++ b/packages/graphics/bcm2835-driver/system.d/bcm2835-threshold.service @@ -1,6 +1,5 @@ [Unit] Description=Set onedemand threshold -After=syslog.target ConditionPathExists=/sys/devices/system/cpu/cpufreq/ondemand/up_threshold @@ -9,5 +8,4 @@ Type=oneshot ExecStart=/bin/sh -c 'echo 50 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold' [Install] -WantedBy=multi-user.target - +WantedBy=basic.target diff --git a/packages/graphics/bcm2835-driver/system.d/framebuffer.service b/packages/graphics/bcm2835-driver/system.d/framebuffer.service index 6c3464d3c6..f5f6dee2e2 100644 --- a/packages/graphics/bcm2835-driver/system.d/framebuffer.service +++ b/packages/graphics/bcm2835-driver/system.d/framebuffer.service @@ -1,11 +1,11 @@ [Unit] Description=Framebuffer setup -After=multi-user.target + +ConditionPathExists=/sys/class/vtconsole/vtcon1/bind [Service] Type=oneshot -ExecStartPre=/bin/sh -c 'echo 0 > /sys/class/vtconsole/vtcon1/bind' -ExecStart=/sbin/fbset -g 1 1 1 1 32 +ExecStart=/bin/sh -c 'echo 0 > /sys/class/vtconsole/vtcon1/bind' [Install] WantedBy=graphical.target