From 574831e9551696a37e97e8f041e084bab02ee065 Mon Sep 17 00:00:00 2001 From: Stefan Haun Date: Sat, 23 Jul 2022 19:26:37 +0200 Subject: [PATCH] Add cron entry for reboot script --- platon.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/platon.yml b/platon.yml index be57d50..5e1eeb1 100644 --- a/platon.yml +++ b/platon.yml @@ -99,6 +99,13 @@ - unstuck.sh - sesame-open.sh + - name: Install start-up cron + ansible.builtin.cron: + name: Start the gatekeeper services + job: "/home/{{ gatekeeper_user }}/reboot.sh" + user: "{{ gatekeeper_user }}" + special_time: reboot + - name: Download wiringPi library # WiringPi needs to be installed, but that library seems to be # obsolete. We download something and hope it works...