Re: [CentOS] Delaying systemd reboot for a while

2015-05-14 Thread Carlos A. Carnero Delgado
On Thu, May 14, 2015 at 9:59 AM, Matthew Miller wrote: > Have you tried this? It's a symlink, but systemctl knows to act > differently when called as shutdown, and the traditional use still > works. No need to hack around anything — just use 'shutdown -r' as > always. > Oh, yes! Both reboot and

Re: [CentOS] Delaying systemd reboot for a while

2015-05-14 Thread Matthew Miller
On Wed, May 13, 2015 at 11:12:38PM -0400, Carlos A. Carnero Delgado wrote: > I'm in need of rebooting a server 1 minute after I give the command. I'm > used to > shutdown -r +1 > which works as advertised. Now that shutdown is part of systemd >

Re: [CentOS] Delaying systemd reboot for a while

2015-05-13 Thread Carlos A. Carnero Delgado
Hi, On Thu, May 14, 2015 at 1:11 AM, Peter Lawler wrote: > On 14/05/15 13:44, Martin Cigorraga wrote: > > Hello Carlos, > > You can try the 'at' command to achieve the same result. > > Regards, > > -Martín > > or 'sleep' > Well, even though both could work, I fiinally went with the 'at' route,

Re: [CentOS] Delaying systemd reboot for a while

2015-05-13 Thread Peter Lawler
On 14/05/15 13:44, Martin Cigorraga wrote: > Hello Carlos, > You can try the 'at' command to achieve the same result. > Regards, > -Martín or 'sleep' > On May 14, 2015 12:13 AM, "Carlos A. Carnero Delgado" < > carloscarn...@gmail.com> wrote: > >> Hi, >> >> I'm in need of rebooting a server 1 min

Re: [CentOS] Delaying systemd reboot for a while

2015-05-13 Thread Martin Cigorraga
Hello Carlos, You can try the 'at' command to achieve the same result. Regards, -Martín On May 14, 2015 12:13 AM, "Carlos A. Carnero Delgado" < carloscarn...@gmail.com> wrote: > Hi, > > I'm in need of rebooting a server 1 minute after I give the command. I'm > used to > > shutdown -r +1 > > > whic

[CentOS] Delaying systemd reboot for a while

2015-05-13 Thread Carlos A. Carnero Delgado
Hi, I'm in need of rebooting a server 1 minute after I give the command. I'm used to shutdown -r +1 which works as advertised. Now that shutdown is part of systemd and it is actually a link to it in CentOS 7, I've seen in the docum