[systemd-devel] Automatic Reboot Protocol [SOLVED]

Andrey Borzenkov arvidjaar at gmail.com
Fri May 31 21:51:24 PDT 2013


В Sat, 01 Jun 2013 04:08:27 +0000
systemdkiosk at yopmail.com пишет:

> > You can likely create a timer unit, and start that once...Auke
> 
> Maybe, but I nurse doubts given systemctl oddities under discussion.

Which oddities? I reviewed this thread and you never ever explained,
*what* does not work.

>                                                                   Try
> it and see what you can do, then post working code as I did. 

--><--

[Unit]
Description=Test timer

[Timer]
OnActiveSec=50
Unit=test-reboot.service

--><--

[Unit]
Description=Test reboot service

[Service]
Type=oneshot
ExecStart=/sbin/reboot

--><--


More information about the systemd-devel mailing list