Cleaning up templates for dnf-automatic
This commit is contained in:
parent
9e87e0aad6
commit
ec5e6d3dff
7 changed files with 16 additions and 8 deletions
|
@ -1,2 +0,0 @@
|
|||
[Service]
|
||||
ExecStartPost=/bin/sh -ec 'dnf needs-restarting -r | grep -q "Reboot is req.*" && shutdown -r +5 Rebooting after applying package updates || exit 0'
|
|
@ -1,2 +0,0 @@
|
|||
[Service]
|
||||
ExecStartPost=/bin/sh -ec 'dnf needs-restarting -r | grep -q "Reboot is req.*" && shutdown -r +5 Rebooting after applying package updates || exit 0'
|
|
@ -1,5 +1,5 @@
|
|||
[Timer]
|
||||
OnBootSec=
|
||||
OnCalendar= 2:00
|
||||
RandomizedDelaySec=5m
|
||||
OnCalendar={{ base_redhat_dnf_automatic_timer }}
|
||||
RandomizedDelaySec={{ base_redhat_dnf_automatic_timer_randomizer }}
|
||||
AccuracySec=1s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue