systemd: fix location of numlockx

This commit is contained in:
Vincent Bernat 2020-01-19 22:45:33 +01:00
parent 89a830a67e
commit 0670abf9e3

View file

@ -5,6 +5,6 @@ PartOf=graphical-session@%i.target
[Service]
Environment=DISPLAY=%I
ExecStart=/usr/bin/xset -b
ExecStart=/usr/bin/numlock on
ExecStart=/usr/bin/numlockx on
Type=oneshot
RemainAfterExit=false