Starting Verlihub on system start up Ubuntu
Starting Verlihub on system start up Ubuntu
A little explanation about how to add/remove a program at/from system start-up can be found here.
We need to make a script which will run at every system start-up. Lets make our script:
sudo nano /etc/init.d/verlihub
We add these lines in our new file:
#!/bin/sh
sudo vh_runhub
sudo vh_runhub
Exit the editor and make it executable:
sudo chmod +x /etc/init.d/verlihub
Now we add it to system start-up:
sudo update-rc.d verlihub defaults
Resources: Ubuntu Forums 1, Ubuntu Forums 2
download file now
Comments
Post a Comment