![]() |
[SOLVED] Cron - Printable Version +- Snakeoil Forums (https://forums.snakeoil-os.net) +-- Forum: Snakeoil Topics (https://forums.snakeoil-os.net/Forum-Snakeoil-Topics) +--- Forum: Feature Requests (https://forums.snakeoil-os.net/Forum-Feature-Requests) +--- Thread: [SOLVED] Cron (/Thread-SOLVED-Cron) |
Cron - hkphantomgtr - 18-Mar-2019 Hello, Agent Kith, it's me again. This time, may I ask for a cron in the webui, so the PC can turn off itself automatically at night?........ As I've edited cron.conf, yet the shutdown command needs root. Obviously I won't putty.exe every night for this. Thank you very much for your concern again! ![]() RE: Cron - agent_kith - 19-Mar-2019 (18-Mar-2019, 11:18 PM)hkphantomgtr Wrote: Hello, Agent Kith, it's me again.Cron is disabled by default because it's constantly running and using up PC resources. You can enable it manually by SSH into the machine, and run: Quote:systemctl enable cron That should re-enable cron (and start it automatically on reboot). The second command just start cron so you don't have to reboot. RE: Cron - hkphantomgtr - 19-Mar-2019 (19-Mar-2019, 07:48 AM)agent_kith Wrote:(18-Mar-2019, 11:18 PM)hkphantomgtr Wrote: Hello, Agent Kith, it's me again.Cron is disabled by default because it's constantly running and using up PC resources. Ic. Thanks for your enlightening. Then I'd rather leave it disabled. |