disable reboots for now
This commit is contained in:
parent
b973bd69a2
commit
31d1e11860
1 changed files with 8 additions and 9 deletions
|
|
@ -1,11 +1,10 @@
|
|||
{
|
||||
systemd.timers.reboot = {
|
||||
wantedBy = [ "timers.target" ];
|
||||
timerConfig = {
|
||||
OnCalendar = "*-*-* 02:00:00";
|
||||
Persistent = true;
|
||||
Unit = "reboot.target";
|
||||
};
|
||||
};
|
||||
|
||||
# systemd.timers.reboot = {
|
||||
# wantedBy = [ "timers.target" ];
|
||||
# timerConfig = {
|
||||
# OnCalendar = "*-*-* 02:00:00";
|
||||
# Persistent = true;
|
||||
# Unit = "reboot.target";
|
||||
# };
|
||||
# };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue