From 2c7039b3169d736a98ca1cb1e03129f12c2ab6ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Wed, 8 Apr 2020 14:57:52 +0200 Subject: systemd-run: add --slice-inherit Add a new option to easily place a slice within the systemd-run slice. --- man/systemd-run.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'man/systemd-run.xml') diff --git a/man/systemd-run.xml b/man/systemd-run.xml index 6fc2c8d0eb..a88f60fbb6 100644 --- a/man/systemd-run.xml +++ b/man/systemd-run.xml @@ -153,6 +153,20 @@ + + + + Make the new .service or .scope unit part + of the inherited slice. This option can be combined with . + + An inherited slice is located within systemd-run slice. Example: if + systemd-run slice is foo.slice, and the + argument is bar, the unit will be placed under the + foo-bar.slice. + + + + -- cgit v1.2.1