I installed Oxidized on Ubuntu 19.04 and can not get the service to enable. It will run but when I issue sudo systemctl enable oxidized.service it give the following
update-rc.d: error: oxidized Default-Start contains no runlevels, aborting.
I saw several post reffering to adding runlevels to the script like
BEGIN INIT INFO
Provides: oxidized
Required-Start: $all
Required-Stop:
Default-Start: 2 3 4 5
Default-Stop:
Short-Description: Oxidized Network Backups
END INIT INFO
but this is a GEM and even when I tried that it didn’t work. I’m confused as to what to try next. Any help would be great!