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: archive/raspbian/243-8+rpi1^2~89 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d297ad0741c6b82d974882aa830d10e62ed45300;p=systemd.git man: move TimeoutCleanSec= entry from .service to .exec Follow-up for 12213aed128456af33ff6131a14b637318227346. Closes #13546. (cherry picked from commit bd9014c360f86aefcf4d417d50372a5fc29af7ce) (cherry picked from commit 3ccafef0ad693d991212b6cc934e6aa1ddae37f7) Gbp-Pq: Name man-move-TimeoutCleanSec-entry-from-.service-to-.exec.patch --- diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 5cb83afa..6dcccc38 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 40ac052b..14840c2e 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=