mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/systemd: ship time-set.target
time-sync.target has Wants/After=time-set.target, every OnCalendar= timer gains an implicit After=time-set.target, and systemd.special(7) documents it as the hook for "system clock has been set from a local source". Without the unit file the target is not-found, so WantedBy=time-set.target on third-party units is silently ignored and the timer ordering is a no-op.
This commit is contained in:
parent
9d49b3d150
commit
5197842329
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ let
|
|||
"network-online.target"
|
||||
"nss-lookup.target"
|
||||
"nss-user-lookup.target"
|
||||
"time-set.target"
|
||||
"time-sync.target"
|
||||
"first-boot-complete.target"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue