1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-21 08:21:12 +01:00

pimsync: add Install.WantedBy for default.target (#8344)

This commit is contained in:
Anton Mosich 2025-12-16 05:40:45 +01:00 committed by GitHub
parent f575cb24f6
commit 09de9577d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,6 +43,7 @@ in
Description = "pimsync calendar and contacts synchronization";
PartOf = [ "network-online.target" ];
};
Install.WantedBy = [ "default.target" ];
Service = {
# TODO: make use of the readiness notification
Type = "simple";