Skip to content

Commit 0948c9f

Browse files
committed
Attempt to fix systemd unit starting too early.
1 parent a8b4192 commit 0948c9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

etc/keyboard-backlightd.service.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[Unit]
22
Description=Start keyboard backlight daemon
3+
After=systemd-udevd.service
34
Before=graphical.target
5+
Requires=systemd-udevd.service
46

57
[Service]
68
Type=exec

0 commit comments

Comments
 (0)