[16:15:26] TIL: cron.service runs under the system.slice, so simply adding crons is sufficient to escape the user.slice limits that I put on all stat100X hosts [16:15:37] * elukey cries [17:14:57] <_joe_> ahahahha [17:15:51] <_joe_> elukey: /etc/cron.deny [17:31:28] I'll find a solution, there must be a way to apply another slice to the crons :D [17:31:41] (user.slice would be ideal) [17:40:00] elukey: one thing I can imagine is transitioning to systemd timers instead of crons, another kludge would be abusing systemd-run [17:40:52] cdanis: yeah I'd love it, but a lot of users need to run crons for say a couple of days for quick tests etc.. [17:41:44] elukey: maybe this? https://utcc.utoronto.ca/~cks/space/blog/linux/SystemdCronUserSlices [17:41:55] so ideally I'd love to just add cron.service under the user.slice, it should be doable (we don't really use crons anymore on any host in Analytics, all systemd timers) [18:25:26] cdanis: will check thanks!