ベストアンサー1
Yuoはcron
非標準オプションで使用できます@reboot
。
crontab -e
# Select the editor if not yet done
# add an entry like this to the end of the file
@reboot /path/to/your/script
shell
あるいは、単純なコマンドのように見えるので、スクリプトの代わりに個人用設定ファイルに追加することもできます。たとえば、を使用している場合は、ホームディレクトリの末尾にこのコマンドを追加できますbash
。.bashrc