Who rated this post

cancel
Showing results for 
Search instead for 
Did you mean: 
G_W_Albrecht
Legend
Legend

You can define cron jobs easily on every GAiA unit:

reboot.png

This is the script myreboot.sh

#!/bin/bash -f
date >> /var/log/lastReboot
(echo y ) | reboot

 

 

CCSE CCTE CCSM SMB Specialist

View solution in original post

(1)
Who rated this post