When developing software application on linux, instead of creating custom scripts it could be easier to invoke them as a service.
Creating a custom service is very easy (for Debian based distro’s).
Create a file in the following folder: /etc/init.d/myService Make it executable:
Edit it:
Now just run the following in your bash:
comments powered by Disqus