mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-13 09:52:00 -04:00
job: Split out from process
Rename ProcessManager to JobManager, as that's what it really handles. This also renames get_command_object_path, which actually spawns a job instead of just getting something. Further, it moves job spawning into the Job object instead of being a helper function on ProcessManager.
This commit is contained in:
parent
450541b2bd
commit
603cd7217c
4 changed files with 258 additions and 252 deletions
|
@ -15,6 +15,7 @@ use tracing::{info, warn};
|
|||
|
||||
mod ds_inhibit;
|
||||
mod error;
|
||||
mod job;
|
||||
mod manager;
|
||||
mod process;
|
||||
mod sls;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue