Quickly add a service to start up in Ubuntu/Debian
The service of course should exist in /etc/init.d
Add any service to rc.d by running the command
sudo update-rc.d <servicename> defaults
For example after installing Redis (if you didn't use the install script provided). You can set Redis to start when the server starts by running the command
sudo update-rc.d redis_6379 defaults
This is also assuming you installed Redis to run on the default port.
Written by Jason Yost
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Shell
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#