Tails Autostart
Table of contents
Overview
Tails Autostart is a utility script that automatically starts scripts/applications on Tails bootup.
This utility facilitates other applications to work properly.
Install Tails Autostart
-
Open a Terminal window: choose Applications ▸ Utilities ▸ Terminal
- Clone Run-on-Tails GitHub repository:
$ cd ~/Downloads $ git clone https://github.com/dutu/run-on-tails.git - Run installation script:
$ chmod +x ./run-on-tails/tails-autostart/install.sh $ ./run-on-tails/tails-autostart/install.sh- Wait for message
Tails Autostart installation completed successfully.
- Wait for message
How to use it
- add any scripts to
/live/persistence/TailsData_unlocked/dotfiles/.config/autostart/amnesia.dto execute them on startup as useramnesia - add any scripts to
/live/persistence/TailsData_unlocked/dotfiles/.config/autostart/root.d toexecute them on startup as userroot
Remove Tails Autostart
- Remove Tails Autostart files:
$ rm /live/persistence/TailsData_unlocked/dotfiles/.config/autostart/tails-autostart.desktop $ rm -fr /live/persistence/TailsData_unlocked/dotfiles/.config/autostart/tails-autostartScripts in
autostart/amnesia.dandautostart/root.dintended to run on startup will remain in place. However, with the removal of Tails autostart, they will no longer be triggered at Tails startup.