Package: tacacs+
Version: 4.0.4.27a-1
Severity: normal
Description:
tacacs+ is missing 'is-enabled' systemd integration:
# systemctl is-active tacacs_plus.service
active
# systemctl enable tacacs_plus.service
Synchronizing state for tacacs_plus.service with sysvinit using update-rc.d...
Executing /usr/sbin/update-rc.d tacacs_plus defaults
Executing /usr/sbin/update-rc.d tacacs_plus enable
# systemctl is-enabled tacacs_plus.service
Failed to get unit file state for tacacs_plus.service: No such file or directory
Expected result:
# systemctl is-enabled tacacs_plus.service
enabled
Workaround:
Check if the link /etc/rc5.d/S02tacacs_plus exist or not, instead of using
'systemctl is-enabled' command.