Create an rsyncd.service fedora 16

David Highley dhighley at highley-recommended.com
Mon Nov 28 03:35:30 UTC 2011


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


More information about the users mailing list