December 15, 20232 yr So electricity is getting expensive. I want to automatically shut down my server at a certain time every day (unless a parity sync is running, I have it scheduled to run on the first day of every month). Is there a way to do this using CA User Scripts? I have never played around with scripts and don't want to make a mistake. I will also look into my BIOS settings to wake the server every day at a certain time, or use some other form of waking up the server (via smart plugs or other wake settings).
December 16, 20232 yr Community Expert Solution Create a user script with: #!/bin/bash /sbin/poweroff And schedule it to run a the time you want.
December 16, 20232 yr Author Thanks, I'll give that a go, just need to figure out how to do custom CRON schedules, will reach out if I have any more questions
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.