Comment 3 for bug 94873

Revision history for this message
Scott James Remnant (Canonical) (canonical-scott) wrote :

The last time I wrote down the syntax for this, it looked like:

  action reload
    signal HUP
  end action

  action graceful
    exec /usr/sbin/apache2 -k graceful
  end action

  action rotate-logs
    daily
    exec ...
  end action

  action remote-sync
    while network-device
    exec ...
  end action

  action backup
    unattached
    daily
    exec ...
  end action