Hi Patrick,

> Is it intentional that OnCalender= has a different spelling of 
> Calend[a,e]r than OnCalendar=20:12?

Nope!  Thanks, that fixes it.

    $ systemctl cat updatedb.timer
    # /usr/lib/systemd/system/updatedb.timer
    [Unit]
    Description=Daily locate database update

    [Timer]
    OnCalendar=daily
    AccuracySec=12h
    Persistent=true

    # /etc/systemd/system/updatedb.timer.d/override.conf
    [Timer]
    OnCalendar=
    OnCalendar=20:12
    Persistent=no
    $
    $ systemctl show updatedb.timer | grep OnCalendar=
    TimersCalendar={ OnCalendar=*-*-* 20:12:00 ;
        next_elapse=Wed 2020-09-09 20:12:00 BST }
    $

Now I just have to work out why updatedb.conf(5)'s PRUNE_BIND_MOUNTS
doesn't seem to have an effect.  :-)

-- 
Cheers, Ralph.

-- 
  Next meeting: Online, Jitsi, Tuesday, 2020-10-06 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk

Reply via email to