> I'm not aware of a method to manage pools with systemd
I'm not sure what you mean by manage pools.
Maybe you're asking how to make multiple processes?
Check out unit templates, they're the ones with an '@' in them. see `man systemd.unit` for more info.
> also it requires processes to be daemonized which would make configuration a little messier.
I'm not sure what you mean by manage pools. Maybe you're asking how to make multiple processes? Check out unit templates, they're the ones with an '@' in them. see `man systemd.unit` for more info.
> also it requires processes to be daemonized which would make configuration a little messier.
It does not. infact, it prefers you don't. Check out the various service unit types. see `man systemd.service` or http://www.freedesktop.org/software/systemd/man/systemd.serv...