Skip to content

Introduce systemd target to manage all services in one go

Herve Rousseau requested to merge better-systemd into master

When using one of the .service unit, make them part of eos.target so that we can easily manage all EOS related daemons on one machine in a single command.

On an FST, this looks like:

# systemctl list-dependencies eos.target
eos.target
● └─eos@fst.service

Some more work will be required to get the sync and mgm part working properly (once I figure out how it has been implemented)

Merge request reports