Skip to content

Commit

Permalink
Config: create systemd scope
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Oct 22, 2023
1 parent e4da9b4 commit 2a52509
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Config.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ Config::Config()

// TODO implement SpawnConfig properly
spawn.allow_any_uid_gid = true;

spawn.systemd_scope = "cm4all-lukko-spawn.scope";
spawn.systemd_scope_description = "The Lukko child process spawner";
}

void
Expand Down

0 comments on commit 2a52509

Please sign in to comment.