diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2015-11-18 08:05:12 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2015-11-18 08:05:12 +0100 |
commit | 2bcfd345ffa77a103e0d6778b9652d1d391a6bf6 (patch) | |
tree | 2e89849b4139742a2996a648086e947366f19eaf /man/systemd.timer.xml | |
parent | 92939fc4c0261dccd4b755186aba84a9b1412bed (diff) | |
parent | 6348d701bd24afcca4857417e66756f752f02136 (diff) |
Merge pull request #1936 from poettering/transient-timers
Fix transient timers and other fixes
Diffstat (limited to 'man/systemd.timer.xml')
-rw-r--r-- | man/systemd.timer.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/systemd.timer.xml b/man/systemd.timer.xml index 8cf6c4683b..3841588820 100644 --- a/man/systemd.timer.xml +++ b/man/systemd.timer.xml @@ -243,6 +243,15 @@ again after any work that is to be done is finished. Defaults to <varname>false</varname>.</para></listitem> </varlistentry> + + <varlistentry> + <term><varname>RemainAfterExit=</varname></term> + + <listitem><para>Takes a boolean argument. If true, an elapsed + timer will stay loaded, and its state remains + queriable. Defaults to + <varname>yes</varname>.</para></listitem> + </varlistentry> </variablelist> </refsect1> |