Open sec0ndhand opened 1 year ago
Thanks for the bug report!
Same here. My workaround:
sudo systemctl daemon-reload
sudo systemctl stop dokku-retire.service
sudo systemctl mask dokku-retire.service
sudo systemctl stop dokku-retire.timer
sudo systemctl mask dokku-retire.timer
Description of problem
I uninstalled dokku.
I expected it to be gone.
I was seeing the service logging to syslog (failing to run), and I didn't think it should run.
After running
sudo systemctl stop dokku-event-listener.service
it stopped logging.Steps to reproduce
Install dokku on ubuntu (not sure if this is necessary for reproduction) deploy an app using Postgres and Regis delete all apps uninstall dokku tail -f /var/log/syslog
observe the service still running.
dokku-event-listener version
dunno. It was uninstalled, but still being called every 10 seconds.
Output of failing command