Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-10 | logind: don't misunderstand UnitRemoved signals during reloading | Lennart Poettering | |
When PID 1 reloads the units logind/machined will see UnitRemoved signals for all units. Instead of trusting these immediately, let's check the actual unit state before considering a unit gone, so that reloading PID 1 is not mistaken as the end of all sessions. | |||
2013-07-03 | logind/machined: properly notice when units are gc'ed | Lennart Poettering | |
2013-07-02 | machined: check correct return value for NULL | Dave Reisner | |
2013-07-02 | machined: split out machine registration stuff from logind | Lennart Poettering | |
Embedded folks don't need the machine registration stuff, hence it's nice to make this optional. Also, I'd expect that machinectl will grow additional commands quickly, for example to join existing containers and suchlike, hence it's better keeping that separate from loginctl. |