We are trying to create an rsyncd.service with fedora 16. We can get the
process to start but it acts like it never opens the socket and exits a
short time later. The two files we have are below.

rsyncd.socket:
[Unit]
Description=rsyncd Service Sockets

[Socket]
ListenStream=873

[Install]
WantedBy=sockets.target

rsyncd.service:
[Unit]
Description=rsyncd Rsync Daemon
After=syslog.target network.target
DefaultDependencies=no

[Service]
EnvironmentFile=/etc/rsyncd/rsyncd.conf
ExecStart=/usr/bin/rsync --config=/etc/rsyncd/rsyncd.conf --daemon

[Install]
Also=rsyncd.socket
WantedBy=multi-user.target
-- 
users mailing list
users@lists.fedoraproject.org
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

Reply via email to