From bd9014c360f86aefcf4d417d50372a5fc29af7ce Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 13 Sep 2019 17:12:59 +0900 Subject: [PATCH] man: move TimeoutCleanSec= entry from .service to .exec Follow-up for 12213aed128456af33ff6131a14b637318227346. Closes #13546. --- man/systemd.exec.xml | 10 ++++++++++ man/systemd.service.xml | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) 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= -- 2.47.3