Systemd/timers: Difference between revisions

imported>Skylark
Copyedit, don't like to potentially out-of-date copy of manpage
imported>Tamiyo
fix minor config issue
Line 31: Line 31:
<syntaxHighlight lang="nix">
<syntaxHighlight lang="nix">
...
...
   serviceConfig = {
   timerConfig = {
       OnCalendar = "daily";
       OnCalendar = "daily";
       Persistent = true;  
       Persistent = true;