jonschipp / ISLET

Isolated, Scalable, & Lightweight Environment for Training
Other
111 stars 18 forks source link

Systemd support #1

Open relyt29 opened 9 years ago

relyt29 commented 9 years ago

ISLET does not build on archlinux by default, because arch doesn't use a cron by default. The ./configure should check for cron installed.

should also add support for systemd timers (gets rid of a dependency) instead of cron, or at least as an option for systemd users

I will add this myself, if I get around to it.

jonschipp commented 9 years ago

Update: It now checks for cron. Will look into systemd timers soon.

sebelk commented 8 years ago

@f41c0r +1 !

jonschipp commented 8 years ago

i know :( soon - Planning a rewrite for ISLET soon and this will be resolved

On Thursday, October 22, 2015, sebelk notifications@github.com wrote:

@f41c0r https://github.com/f41c0r +1 !

— Reply to this email directly or view it on GitHub https://github.com/jonschipp/ISLET/issues/1#issuecomment-150386656.

Jon Schipp, jonschipp.com, sickbits.net, http://goog_1056813495open-nsm.net,

jonschipp commented 8 years ago

We're currently rewriting ISLET, we won't rely on crond anymore but have our own daemon, isletd to handle tasks.