diff options
author | Luca Boccassi <bluca@debian.org> | 2024-04-08 03:20:18 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-04-18 14:07:07 +0200 |
commit | ef5f7f9437bf45a5dda93ff626f99a6a24b0fca8 (patch) | |
tree | 11c79859aff2e5149929b2b68abded1edb6f4e9e /man/org.freedesktop.systemd1.xml | |
parent | NEWS: mention GNOME Foundation in contributors list (diff) | |
download | systemd-ef5f7f9437bf45a5dda93ff626f99a6a24b0fca8.tar.xz systemd-ef5f7f9437bf45a5dda93ff626f99a6a24b0fca8.zip |
systemctl: add --clean= values to documentation and shell completion
Diffstat (limited to 'man/org.freedesktop.systemd1.xml')
-rw-r--r-- | man/org.freedesktop.systemd1.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/man/org.freedesktop.systemd1.xml b/man/org.freedesktop.systemd1.xml index 6e90662fa9..f60b3ba702 100644 --- a/man/org.freedesktop.systemd1.xml +++ b/man/org.freedesktop.systemd1.xml @@ -575,8 +575,6 @@ node /org/freedesktop/systemd1 { <!--method EnqueueUnitJob is not documented!--> - <!--method CleanUnit is not documented!--> - <!--method FreezeUnit is not documented!--> <!--method ThawUnit is not documented!--> @@ -1585,6 +1583,12 @@ node /org/freedesktop/systemd1 { shouldn't be bound to a lifecycle of the service, e.g. they should continue running after the restart of the service. Note that the main PID of the service can not be migrated to an auxiliary scope. Also, <varname>flags</varname> argument must be 0 and is reserved for future extensions.</para> + + <para><function>CleanUnit()</function> deletes the configuration, state, logs, cache and runtime data + directories and clear out the file descriptors store for the unit, as specified in the mask + parameters. The possible values are <literal>configuration</literal>, <literal>state</literal>, + <literal>logs</literal>, <literal>cache</literal>, <literal>runtime</literal>, + <literal>fdstore</literal>, and <literal>all</literal>.</para> </refsect2> <refsect2> |