We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def0dbb commit 1b81204Copy full SHA for 1b81204
modules/services/wlsunset.nix
@@ -129,6 +129,7 @@ in {
129
Unit = {
130
Description = "Day/night gamma adjustments for Wayland compositors.";
131
PartOf = [ "graphical-session.target" ];
132
+ After = [ "graphical-session.target" ];
133
};
134
135
Service = {
tests/modules/services/wlsunset/wlsunset-service-expected.service
@@ -5,5 +5,6 @@ WantedBy=test.target
5
ExecStart=@wlsunset@/bin/wlsunset -L 128.8 -T 6000 -g 0.6 -l 12.3 -t 3500
6
7
[Unit]
8
+After=graphical-session.target
9
Description=Day/night gamma adjustments for Wayland compositors.
10
PartOf=graphical-session.target
0 commit comments