| ![[BACK]](/icons/cvsweb/back.gif) Return to rsync.service CVS log ![[TXT]](/icons/cvsweb/text.gif) | ![[DIR]](/icons/cvsweb/dir.gif) Up to  [ELWIX - Embedded LightWeight unIX -] / embedaddon / rsync / packaging / systemd | 
1.1       misho       1: [Unit]
                      2: Description=fast remote file copy program daemon
                      3: ConditionPathExists=/etc/rsyncd.conf
                      4: 
                      5: [Service]
                      6: ExecStart=/usr/bin/rsync --daemon --no-detach
                      7: 
                      8: [Install]
                      9: WantedBy=multi-user.target