Systemd bindings for Lua

Systemd bindings for Lua

Today I took a dive into systemd, trying to learn how it works, and what features it provides.

As I played around with unit files and creating my own services, I started wanting to do it all via lua. So I spent the morning writing some C bindings to libsystemd.

The fruits of this labour can be tracked over at github and downloaded from moonrocks