Log in
Register
Menu
Log in
Register
Home
What's new
Latest activity
Authors
Forums
New posts
Search forums
What's new
New posts
Latest activity
Members
Current visitors
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Miscellaneous Sections
Tech Head - The Technology Section
SDR radio, Software Defined Radio
Virtual Radar Server Raspberry Pi 3 stand-alone img
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Archive-8" data-source="post: 1043422"><p>Create a file for your startup script and write your script in the file: sudo nano /etc/init.d/VRS.sh</p><p></p><p>Paste this into VRS.sh</p><p></p><p>mono bin/VirtualRadar.exe -nogui &</p><p></p><p>Save ctrl x and yes.</p><p></p><p>Make the script executable:</p><p></p><p>sudo chmod 755 /etc/init.d/VRS.sh</p><p></p><p>Register script to be run at startup:</p><p></p><p>sudo update-rc.d VRS.sh defaults</p></blockquote><p></p>
[QUOTE="Archive-8, post: 1043422"] Create a file for your startup script and write your script in the file: sudo nano /etc/init.d/VRS.sh Paste this into VRS.sh mono bin/VirtualRadar.exe -nogui & Save ctrl x and yes. Make the script executable: sudo chmod 755 /etc/init.d/VRS.sh Register script to be run at startup: sudo update-rc.d VRS.sh defaults [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Miscellaneous Sections
Tech Head - The Technology Section
SDR radio, Software Defined Radio
Virtual Radar Server Raspberry Pi 3 stand-alone img
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top