darthlukan / lynea

This might become an init system for Linux named after my wife. !NOTE! Don't try to run this yet.
GNU General Public License v3.0
5 stars 2 forks source link

Service files #6

Open darthlukan opened 9 years ago

darthlukan commented 9 years ago

Define base service files, make sure we can handle simple systemd unit files for ease of migration.

shymega commented 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 :)

darthlukan commented 9 years ago

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 :)