Error Updating unattended-updates Package
So far on this installation of Ubuntu 16.04, the only actions taken were as follows:
- Installed Discourse (Manually)
- Enabled UFW
- Enabled a new user account with root privledges
In Discourse's recommendation, the unattended-updates package should handle updating the system instead of manually. The command recommended is as follows:
dpkg-reconfigure -plow unattended-upgrades
However trying a variety of combinations, the only result I get back is the following:
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
I've tried searching the internet with no clear answers. Any details or instructions you can give me to learn how to solve this in the future by myself would be helpful as well. Thank you in advance!