- Joined
- Jan 15, 2018
- Messages
- 61
- Motherboard
- ASUS Rampage VI Apex X299
- CPU
- i9-7900X
- Graphics
- Radeon VII
- Mac
-
- Mobile Phone
-
Hello, I did exactly what the sleepwatcher readme told, and modified rc.wakeup as yours.for user in `echo 'show State:/Users/ConsoleUser' | scutil | awk '/kCGSSessionUserNameKey/ { print $3 }'`; do home=`eval echo ~$user` if [ -x "$home/.wakeup" ]; then logger -t $0 "executing .wakeup of user $user" su - $user -c "\"$home/.wakeup\"" fi done sleep 5 pkill bluetoothd
But still can't get it running properly.
log show -last 1000 | grep sleepwatcher showed some error.
Could you please look at it and give me some advices.
Thanks~