I try to perform the following command in Ubuntu 14.04:
systemctl enable --now docker-cleanup-dangling-images.timer
I also tried it with sudo, I tried to replace systemctl with service and systemd but nothing works
sudo: systemd: command not found
systemd: command not found
sudo: service: command not foud
How can I execute this command in Ubuntu 14.04 or is there another way to execute the same command?