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...