Provide a default configuration file for lsyncd

Bug #1788994 reported by Karl-Philipp Richter
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
lsyncd (Ubuntu)
New
Undecided
Unassigned

Bug Description

The package should provide a default configuration file which doesn't need to include any settings, but give an overview of possible configuration directive in the form of text and example comments.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: lsyncd 2.1.6-1
Uname: Linux 4.15.18-041518-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Sat Aug 25 11:31:10 2018
SourcePackage: lsyncd
UpgradeStatus: Upgraded to bionic on 2018-04-30 (116 days ago)

Revision history for this message
Karl-Philipp Richter (krichter722) wrote :
Revision history for this message
silverwind (silverwind+) wrote :

I agree, there should be a example configuration file and if logging is enabled in that file, also a logrotate file for that log file. It could be:

settings {
  logfile = "/var/log/lsyncd/lsyncd.log",
  nodaemon = false,
}

And for example /etc/logrotate.d/lsyncd:

/var/log/lsyncd/*.log {
  daily
  compress
  missingok
  rotate 10
  dateext
  copytruncate
}

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.