File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2424 ExecStart = "${ config . services . blctl . package } /bin/blctld" ;
2525 } ;
2626 wantedBy = [ "multi-user.target" ] ;
27+ after = [ "multi-user.target" ] ;
2728 } ;
2829 } ;
2930 } ;
Original file line number Diff line number Diff line change 1111 src = pkgs . fetchFromGitHub {
1212 owner = "imxela" ;
1313 repo = "blctl" ;
14- rev = "af4124f9ac0cb247c8b90791b0acfdb59c55d7ca " ;
15- sha256 = "sha256-9yz+O323ZMTdv3E0kzPfjHUZM4nokdK3PqoBsjwtwJQ =" ;
14+ rev = "cdc88e6ab1fb33ffd0e1f3c6f4d91c1eba61419f " ;
15+ sha256 = "sha256-S0VAuGF2KzrlX/NQ/S1I1+n4Y9CoX1QxXo0VZ1HY380 =" ;
1616 } ;
1717
1818 cargoLock = {
Original file line number Diff line number Diff line change 11[Unit]
22Description =A minimal backlight control daemon for Linux
3+ After =multi-user.target
34
45[Service]
56ExecStart =/usr/sbin/blctld
You can’t perform that action at this time.
0 commit comments