Valid XK0-005 Dumps shared by ExamDiscuss.com for Helping Passing XK0-005 Exam! ExamDiscuss.com now offer the newest XK0-005 exam dumps, the ExamDiscuss.com XK0-005 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com XK0-005 dumps with Test Engine here:
A Linux administrator is investigating the reason a systemd timer is not running every night at midnight. The administrator sees the following unit file: [Unit] Description=Execute backup every day at midnight [Timer] OnCalendar=--01 00:00:00 Unit=backup.service RandomizedDelaySec=10800 [Install] WantedBy=multi-user.target Which of the following modifications should the administrator make in the unit file? (Select two).
Correct Answer: A
The RandomizedDelaySec parameter delays the timer by a random time within the specified seconds, which can be up to 3 hours in this case. Removing it will ensure the timer triggers at exactly midnight. Additionally, using OnCalendar=--* daily correctly schedules the timer to run every day at midnight. Reference: Systemd Timer Units