Is it possible to add cron command like "sudo systemctl restart exim4"? Usually in cronjob's list there's a path to the execution file, but looks like vestacp has list of other commands which is not included like "systemctl {action} {service}". Do I need to make some kind of file with mentioned command execution? Because I believe cronjob with command "sudo systemctl restart exim4" not going to work.
Ubuntu 18.04