From: Evgeny Vereshchagin Date: Sat, 23 Apr 2016 00:49:47 +0000 (+0300) Subject: man: document the default for systemd.timer's Persistent flag (#3099) X-Git-Tag: v230~146 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=07bd0e02ef6395d1a57ce948ee427300b5284aff;p=thirdparty%2Fsystemd.git man: document the default for systemd.timer's Persistent flag (#3099) Closes #3096 --- diff --git a/man/systemd.timer.xml b/man/systemd.timer.xml index 22c83f790f2..eb0afee1412 100644 --- a/man/systemd.timer.xml +++ b/man/systemd.timer.xml @@ -253,7 +253,8 @@ during the time when the timer was inactive. This is useful to catch up on missed runs of the service when the machine was off. Note that this setting only has an effect on timers - configured with OnCalendar=. + configured with OnCalendar=. Defaults + to false.