Unable to configure a service to run at startup with update-rc.d
- by ujjain
I would like to have transmission-daemon and vnstat automatically run at startup. I was able to configure this for apache2 and proftpd with exactly the same commands.
795 sudo update-rc.d transmission-daemon remove
797 sudo update-rc.d -f transmission-daemon remove
798 sudo update-rc.d transmission-daemon defaults
799 sudo update-rc.d…