Don't start wallfly until after X starts
This commit is contained in:
+2
-2
@@ -55,8 +55,8 @@ in {
|
|||||||
|
|
||||||
systemd.user.services.wallfly = {
|
systemd.user.services.wallfly = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wantedBy = [ "default.target" ];
|
wantedBy = [ "xorg.target" ];
|
||||||
after = [ "network-online.target" ];
|
after = [ "xorg.target" ];
|
||||||
path = with pkgs; [ nettools xprintidle ];
|
path = with pkgs; [ nettools xprintidle ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = pkgs.writeShellScript "launch-wallfly.sh" ''
|
ExecStart = pkgs.writeShellScript "launch-wallfly.sh" ''
|
||||||
|
|||||||
Reference in New Issue
Block a user