Re: [systemd-devel] How to create a timer that will only run once?

2024-08-29 Thread Nils Kattenbeck
I mostly use --on-unit-active for that but if you want to use absolute times for that you would need to calculate the difference yourself or use some shell arithmetic (apart from small differences like how clock adjustments are handled) Cheers, Nils On Thu, Aug 29, 2024, 11:15 Lennart Poettering

Re: [systemd-devel] How to create a timer that will only run once?

2024-08-29 Thread Lennart Poettering
On Di, 27.08.24 17:28, Konstantin Kharlamov (hi-an...@yandex.ru) wrote: > There's a popular usecase of human-readably scheduling a command for > later¹. There are multiple non-systemd solutions, but they generally > involve running a 3rd party service, such as atd for at. > > This functional is pr