Re: [systemd-devel] reboot on emergency.target

2020-04-09 Thread Matwey V. Kornilov
вт, 7 апр. 2020 г. в 14:09, Lennart Poettering : > > On Di, 07.04.20 11:26, Matwey V. Kornilov (matwey.korni...@gmail.com) wrote: > > > Hi, > > > > I would like my system to reboot (with some cool down timeout) on > > emergency.target instead of running the emergency shell. What would be > > the re

Re: [systemd-devel] reboot on emergency.target

2020-04-07 Thread Lennart Poettering
On Di, 07.04.20 11:26, Matwey V. Kornilov (matwey.korni...@gmail.com) wrote: > Hi, > > I would like my system to reboot (with some cool down timeout) on > emergency.target instead of running the emergency shell. What would be > the recommended way to achieve this behavior? Is it ok just to overrid

Re: [systemd-devel] reboot on emergency.target

2020-04-07 Thread Michał Zegan
Hi, Curious what is the use case. For me emergency is used mostly when I run the kernel with the emergency cmdline parameter or when something fails and I have to debug it before everything else starts. W dniu 07.04.2020 o 10:26, Matwey V. Kornilov pisze: > Hi, > > I would like my system to reboo

[systemd-devel] reboot on emergency.target

2020-04-07 Thread Matwey V. Kornilov
Hi, I would like my system to reboot (with some cool down timeout) on emergency.target instead of running the emergency shell. What would be the recommended way to achieve this behavior? Is it ok just to override default emergency.service to whatever I want? __