Open
Description
Currently, the PlanktoScope OS's build process creates various systemd services which are baked into the underlying OS image. This means that updating those service definitions requires re-flashing the OS image, and that other projects which might benefit from the same systemd services have to copy those systemd service files and maintain their own copies. Both of these challenges could be alleviated if forklift
had a subcommand (perhaps forklift os systemd
) with subcommands which could act as systemd generators based on a config file. Then the PlanktoScope OS's systemd services for forklift integration could be updated just by downloading a newer version of forklift
and selecting the newer version via #237 .