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:
parent
f575cb24f6
commit
09de9577d4
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ in
|
||||||
Description = "pimsync calendar and contacts synchronization";
|
Description = "pimsync calendar and contacts synchronization";
|
||||||
PartOf = [ "network-online.target" ];
|
PartOf = [ "network-online.target" ];
|
||||||
};
|
};
|
||||||
|
Install.WantedBy = [ "default.target" ];
|
||||||
Service = {
|
Service = {
|
||||||
# TODO: make use of the readiness notification
|
# TODO: make use of the readiness notification
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue