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: v243.2~31 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=3ccafef0ad693d991212b6cc934e6aa1ddae37f7;p=systemd%2F.git man: move TimeoutCleanSec= entry from .service to .exec Follow-up for 12213aed128456af33ff6131a14b637318227346. Closes #13546. (cherry picked from commit bd9014c360f86aefcf4d417d50372a5fc29af7ce) --- diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 5cb83afa57..6dcccc38b4 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 40ac052ba5..14840c2e16 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=