Create an rsyncd.service fedora 16

T.C. Hollingsworth tchollingsworth at gmail.com
Mon Nov 28 16:50:50 UTC 2011


On Mon, Nov 28, 2011 at 7:29 AM, David Highley
<dhighley at highley-recommended.com> wrote:
> Did a disable on service. Made the changes. Reloaded systemd. Re-enabled.
> service. Now when attempt to start:
> systemctl start rsyncd at .service
> Failed to issue method call: Unit name rsyncd at .service is not valid.

You can't start rsyncd this way.  Remember, rsyncd used inetd; it
wasn't a normal service.  inetd only started it when something
connected to its socket, and systemd will refuse to start it until
something connects to its socket as well.

You need only start "rsyncd.socket" for the service to work.

-T.C.


More information about the users mailing list