Wake up and shut down - What is the difference between repeat and scheduled?
1
vote
0
answers
344
views
Unfortunately, Ventura doesn't support the GUI for poweron/poweroff.
I want my Mac to startup on Sunday 04:00. So I enter
sudo pmset repeat wakeorpoweron U 04:00:00
Then
sudo pmset sched -g
shows Sunday as expected, but also:
Repeating power events:
wakepoweron at 4:00 AM Sunday
Scheduled power events:
wake at 01/12/2023 09:42:46 by 'com.apple.alarm.user-visible-com.apple.acmd.alarm'
It seems to me, that
repeat
and scheduled
are not the same and handled differently. Accordingly, entering
sudo pmset repeat cancel
deletes the expected start on Sunday, but the scheduled 9:42 event remains active. A command like
sudo pmset sched cancel
is not accepted.
What is the difference between repeat
and scheduled
?
Asked by MacMarkus
(23 rep)
Jan 11, 2023, 06:11 PM
Last activity: Jan 11, 2023, 08:02 PM
Last activity: Jan 11, 2023, 08:02 PM