could I ask for clarification of something here.

I have rsync starting via the init script.
It is unmodified (version 3.0.3-2, yes I know I need to upgrade)
  $ grep pid /etc/rsyncd.conf
  pid file           = /var/run/rsync-daemon.pid
  $ grep -c rsync /etc/inetd.conf
  0

When I start the daemon I get two pid files with the same pid in them:
  $ ls /var/run/rsync*pid
  /var/run/rsync-daemon.pid  /var/run/rsync.pid
  $ cat /var/run/rsync*pid
  22105
  22105

Should the advice in the example file recommend just not setting "pid file"
at all when starting via the init script?

Cheers



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to