Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rc.local [2024/08/30 09:33] klueppelrc.local [2024/08/30 10:57] (current) klueppel
Line 2: Line 2:
  
 *Required NRSW 4.8.0.103* *Required NRSW 4.8.0.103*
 +
  
 The file /etc/rc.local will be executed on each bootup of the NRSW linux system. The file /etc/rc.local will be executed on each bootup of the NRSW linux system.
Line 9: Line 10:
  
 It will be included in the user-config.zip file. It is present in the files.tar. It will be included in the user-config.zip file. It is present in the files.tar.
 +The file will also be present after a software update. 
 +
 +If you "store current config as factory default", it will also survive a factory reset.
 +
 +
 +**Revert your changes:**
 +
 +echo "exit 0" > /etc/rc.local
 +
 +
 +