I've installed clicktail on Ubuntu 18.04 with forcing os=ubuntu dist=xenial because there is no package for bionic and everything works fine when manually starting the service with service clicktail start.
I've enabled autostart of the service with systemctl enable clicktail, and on status it says it is enabled but when I reboot the server the status is:
I've installed clicktail on Ubuntu 18.04 with forcing
os=ubuntu dist=xenial
because there is no package for bionic and everything works fine when manually starting the service withservice clicktail start
. I've enabled autostart of the service withsystemctl enable clicktail
, and on status it says it is enabled but when I reboot the server the status is:So, the service is not loading on startup. When I see the logs:
journalctl -u clicktail -f
I get:So, it start and than it catches a signal to terminate ? Please resolve this and make packages for ubuntu 18.04 and 20.04.