nixos/tuptime: 5.2.2 renamed option -x to -q
This commit is contained in:
parent
07e328d4ce
commit
e6fe2eb0ed
@ -54,8 +54,8 @@ in {
|
||||
Type = "oneshot";
|
||||
User = "_tuptime";
|
||||
RemainAfterExit = true;
|
||||
ExecStart = "${pkgs.tuptime}/bin/tuptime -x";
|
||||
ExecStop = "${pkgs.tuptime}/bin/tuptime -xg";
|
||||
ExecStart = "${pkgs.tuptime}/bin/tuptime -q";
|
||||
ExecStop = "${pkgs.tuptime}/bin/tuptime -qg";
|
||||
};
|
||||
};
|
||||
|
||||
@ -64,7 +64,7 @@ in {
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
User = "_tuptime";
|
||||
ExecStart = "${pkgs.tuptime}/bin/tuptime -x";
|
||||
ExecStart = "${pkgs.tuptime}/bin/tuptime -q";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user