If you have done this:
systemctl enable rsync.service
Synchronizing state for rsync.service with sysvinit using update-rc.d...
Executing /usr/sbin/update-rc.d rsync defaults
Executing /usr/sbin/update-rc.d rsync enable
Failed to execute operation: No such file or directory

after reboot:
systemctl status rsync.service
● rsync.service - fast remote file copy program daemon
   Loaded: loaded (/lib/systemd/system/rsync.service; enabled)
   Active: inactive (dead)
start condition failed at Sa 2015-02-28 12:05:49 CET; 1min 0s ago
           ConditionPathExists=/etc/rsyncd.conf was not met

with these set:
/etc/init.d/rsync
RSYNC_ENABLE=true
/etc/default/rsync
RSYNC_ENABLE=true

then its a missing rsyncd.conf

without the systemctl enable rsync.service it did not work, so its something the installer should do already (new install of rsync)


--
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