Objective:
I do not want my cronjobs to be run with Jailkit, and I don't have it installed because I don't want it.
Problem:
But even if I disable the SSH User from running using Jailkit, Cronjobs always try to be run using Jailkit and then fails.
Diagnostics:
I noticed there is a cron file created in:
Code:
/etc/cron.d/ispc_chrooted_web1
And inside it, it always forces the shell to use jailkit, by setting the SHELL variable:
Code:
SHELL='/usr/sbin/jk_chrootsh'
So, any shell command always fails since Jailkit is not installed.
Question is:
How can I tell IspConfig to disable or avoid using Jailkit for Cronjobs?
Recent comments
7 hours 29 min ago
12 hours 34 min ago
16 hours 59 min ago
18 hours 48 min ago
1 day 8 hours ago
1 day 9 hours ago
1 day 14 hours ago
1 day 20 hours ago
1 day 21 hours ago
1 day 22 hours ago