Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | |
| 2 # Use of this source code is governed by a BSD-style license that can be | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 # This file instructs the newsyslog process to clean up the Chrome Remote | |
| 6 # Desktop log file by archiving it after it reaches 1MB in size. It will | |
| 7 # retain up to five older compressed copies before deleting. See the manual | |
| 8 # page for newsyslog.conf for more information. | |
| 9 | |
| 10 # logfilename [owner:group] mode count size when flags [/pid_file] [sig_num] | |
| 11 /var/log/org.chromium.chromoting.log root:admin 660 3 1000 * J | |
| OLD | NEW |