On Mon, Nov 28, 2011 at 7:29 AM, David Highley <dhighley@xxxxxxxxxxxxxxxxxxxxxxx> wrote: > Did a disable on service. Made the changes. Reloaded systemd. Re-enabled. > service. Now when attempt to start: > systemctl start rsyncd@.service > Failed to issue method call: Unit name rsyncd@.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. -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org