mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
Merge pull request #14151 from mk-fg/fix-timer-dump-syntax-bug
core.timer: fix "systemd-analyze dump" and docs syntax inconsistencies wrt OnTimezoneChange=
This commit is contained in:
commit
05d6628ad2
@ -348,7 +348,7 @@ Most timer unit settings are available to transient units.
|
||||
✓ OnCalendar=
|
||||
✓ OnClockChange=
|
||||
✓ OnStartupSec=
|
||||
✓ OnTimezoneChange
|
||||
✓ OnTimezoneChange=
|
||||
✓ OnUnitActiveSec=
|
||||
✓ OnUnitInactiveSec=
|
||||
✓ Persistent=
|
||||
|
@ -216,7 +216,7 @@ static void timer_dump(Unit *u, FILE *f, const char *prefix) {
|
||||
"%sAccuracy: %s\n"
|
||||
"%sRemainAfterElapse: %s\n"
|
||||
"%sOnClockChange: %s\n"
|
||||
"%sOnTimeZoneChange %s\n",
|
||||
"%sOnTimeZoneChange: %s\n",
|
||||
prefix, timer_state_to_string(t->state),
|
||||
prefix, timer_result_to_string(t->result),
|
||||
prefix, trigger ? trigger->id : "n/a",
|
||||
|
Loading…
Reference in New Issue
Block a user