USB OFFLINE: Ubuntu 24.04 setup /etc/rc.local: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 January 2025

  • curprev 10:5810:58, 8 January 2025Jakasora talk contribs 2,545 bytes +2,545 Created page with "Ubuntu 24.04 – start program after boot Edit sudo vi /etc/rc.local Isi dengan #!/bin/sh -e <your_program>.sh exit 0 Save file rc.local Pastikan file script bisa di jalankan dengan chmod chmod 777 <your_program>.sh chmod +x <your_program>.sh make rc.local executable: sudo chmod +x /etc/rc.local sudo chmod -Rf 744 /etc/rc.local edit /etc/systemd/system/rc-local.service: sudo nano /etc/systemd/system/rc-local.service tambahkan content berikut ke..."