Open darthlukan opened 9 years ago
I've been working on a WIP branch for lynea service files on my branch, The service file is based on the JSON file format, and main.go calls a small library I wrote to retrieve information from the sample service file (both in the 'servicefiles' folder.) I will most probably be working on the branch a bit more in the future, when time allows :)
I like it! I need to think about what all should be required for a basic service file and how that will affect users migrating from other init systems (if such a thing were to occur), but I definitely like JSON and the fact that we don't need an external lib to read/parse it.
Thanks for putting the time into the idea :)
Define base service files, make sure we can handle simple systemd unit files for ease of migration.