Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| sw_run_startup [2019/10/07 09:25] – created nikolal | sw_run_startup [2022/09/19 11:34] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Starting | + | ====== Starting |
| + | ===== Raspberry Pi OS (rc.local) ===== | ||
| There are many ways to make programs run at boot in Raspian, and for the Otter, we use the '' | There are many ways to make programs run at boot in Raspian, and for the Otter, we use the '' | ||
| - Open '' | - Open '' | ||
| Line 6: | Line 8: | ||
| sudo ./ | sudo ./ | ||
| exit 0 | exit 0 | ||
| + | ===== Ubuntu 20.04 (systemd) ===== | ||
| + | Find java version used '' | ||
| + | |||
| + | |||
| ===== Useful links ===== | ===== Useful links ===== | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||