Adjust user systemd files to auto start on session begin

This commit is contained in:
Daniel Siepmann 2022-08-29 17:27:33 +02:00
parent ae2498d389
commit 3e589f45a1
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ in
}; };
Install = { Install = {
WantedBy = [ "multi-user.target" ]; WantedBy = [ "default.target" ];
}; };
}; };
}; };

View file

@ -31,7 +31,7 @@ in {
}; };
Install = { Install = {
WantedBy = [ "multi-user.target" ]; WantedBy = [ "default.target" ];
}; };
}; };
}; };