file goes in /.config/autostart on GUI linux machines and runs the 'auto-fix-qortal.sh' script 720 seconds (7 min) after system boot. This is to enable a VISIBLE run of the auto-fix script, so people know what is going on, and to also make it so that if it DOES have to fix something, it will start qortal VISIBLY. (considering modifying auto-fix-cron so that the only thing that takes place is the DOWNLOAD of the new script, but not sure yet.)
10 lines
265 B
Desktop File
10 lines
265 B
Desktop File
[Desktop Entry]
|
|
Type=Application
|
|
Exec=gnome-terminal -- ./auto-fix-qortal.sh
|
|
X-GNOME-Autostart-enabled=true
|
|
NoDisplay=false
|
|
Hidden=false
|
|
Name[en_US]=auto-fix-visible
|
|
Comment[en_US]=Run auto-fix script visibly 5 min after system startup.
|
|
X-GNOME-Autostart-Delay=600
|