[systemd-devel] Schedule reboot in *.service file

Lennart Poettering lennart at poettering.net
Thu May 16 08:50:48 UTC 2019


On Mi, 15.05.19 15:53, Jeffrey Walton (noloader at gmail.com) wrote:

> if [[ "$NEEDS_REBOOT" -eq 1 ]]
> then
>     echo "Scheduling reboot in 10 minutes"
>     reboot -r 10

This syntax is not understood by systemd:

https://www.freedesktop.org/software/systemd/man/reboot.html#

If you want to schedule some command to be invoked at some future time, use:

        systemd-run --on-active=10s echo "Hello World"

Lennart

--
Lennart Poettering, Berlin


More information about the systemd-devel mailing list