Leave more time for unattended-upgrades.
This commit is contained in:
parent
987e33c989
commit
9b0cac3177
2 changed files with 2 additions and 3 deletions
|
@ -125,7 +125,6 @@
|
|||
loop:
|
||||
- /srv/samba
|
||||
- /srv/samba/schools
|
||||
- /srv/samba/schools/default-school
|
||||
|
||||
- name: Fix unattended-upgrades
|
||||
ansible.builtin.copy:
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
[Unit]
|
||||
Description=Run pwroff script every 30 min after 60 min uptime
|
||||
Description=Run pwroff script every 30 min after 90 min uptime
|
||||
|
||||
[Timer]
|
||||
OnBootSec=60min
|
||||
OnBootSec=90min
|
||||
OnUnitActiveSec=30min
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Add table
Reference in a new issue