system: reboot cronjob
this broke my server once so hopefully it doesn't happen again https://archlinux.org/news/the-sshd-service-needs-to-be-restarted-after-upgrading-to-openssh-98p1/
This commit is contained in:
parent
864c1bdfd3
commit
48a370db43
@ -57,3 +57,11 @@
|
|||||||
name: cronie
|
name: cronie
|
||||||
state: started
|
state: started
|
||||||
enabled: yes
|
enabled: yes
|
||||||
|
|
||||||
|
- name: Setup reboot cronjob
|
||||||
|
cron:
|
||||||
|
name: "Reboot system"
|
||||||
|
minute: 59
|
||||||
|
hour: 11
|
||||||
|
weekday: 5
|
||||||
|
job: "reboot"
|
||||||
|
Loading…
Reference in New Issue
Block a user