|
@@ -99,3 +99,19 @@ Like _.thunderbird_, _.mozilla_, _.ssh_
|
|
|
Launch _seahorse_ and set a blank keyring password.
|
|
|
|
|
|
**Warning: this will put your keyring as unencrypted**
|
|
|
+
|
|
|
+## Headless installation
|
|
|
+
|
|
|
+For non-interactive servers.
|
|
|
+
|
|
|
+### Auto-update
|
|
|
+
|
|
|
+Scripts are in `Server/Scripts/Update`.
|
|
|
+
|
|
|
+Edit the root crontab :
|
|
|
+
|
|
|
+```cron
|
|
|
+0 2 * * * /home/jovian/Cron/update_system > /home/jovian/Cron/logs/update_system_log.txt 2> /home/jovian/Cron/logs/update_system_error.txt
|
|
|
+0 3 * * 4 /home/jovian/Cron/reboot_system > /home/jovian/Cron/logs/reboot_system_log.txt 2> /home/jovian/Cron/logs/reboot_system_error.txt
|
|
|
+@reboot /home/jovian/Cron/boot_system > /home/jovian/Cron/logs/reboot_system_log.txt 2> /home/jovian/Cron/logs/reboot_system_error.txt
|
|
|
+```
|