From: Yu Watanabe Date: Fri, 13 Sep 2019 08:12:59 +0000 (+0900) Subject: man: move TimeoutCleanSec= entry from .service to .exec X-Git-Tag: v244-rc1~308 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd9014c360f86aefcf4d417d50372a5fc29af7ce;p=thirdparty%2Fsystemd.git man: move TimeoutCleanSec= entry from .service to .exec Follow-up for 12213aed128456af33ff6131a14b637318227346. Closes #13546. --- diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 5cb83afa578..6dcccc38b4f 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -1035,6 +1035,16 @@ StateDirectory=aaa/bbb ccc RuntimeDirectory= are removed when the system is rebooted. + + TimeoutCleanSec= + Configures a timeout on the clean-up operation requested through systemctl + clean …, see + systemctl1 for + details. Takes the usual time values and defaults to infinity, i.e. by default + no time-out is applied. If a time-out is configured the clean operation will be aborted forcibly when + the time-out is reached, potentially leaving resources on disk. + + ReadWritePaths= ReadOnlyPaths= diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 40ac052ba5c..14840c2e16d 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -636,16 +636,6 @@ - - TimeoutCleanSec= - Configures a timeout on the clean-up operation requested through systemctl - clean …, see - systemctl1 for - details. Takes the usual time values and defaults to infinity, i.e. by default - no time-out is applied. If a time-out is configured the clean operation will be aborted forcibly when - the time-out is reached, potentially leaving resources on disk. - - RuntimeMaxSec=