Comment on [AIP] I've been working on the perfect UI for cron and supervisor for several months now. Tell me what you think.

<- View Parent
helix@feddit.org ⁨1⁩ ⁨week⁩ ago

single line

here’s a single line for you which creates a one-shot service+timer in one go, suspending the system in 4 hours:

systemd-run --on-active=4h --unit=poweroff-after-4h /usr/bin/systemctl suspend

If you want it to run repeatedly, simply replace –on-active with –on-calendar=“*-*-* 04:00:00” for example.

original
Sort:hotnewtop