forked from rpms/rsync
9e4b0bf82d
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/rsync#47694dc9540f95cb1551999121cac4aab283e718
9 lines
220 B
Desktop File
9 lines
220 B
Desktop File
[Unit]
|
|
Description=fast remote file copy program daemon
|
|
ConditionPathExists=/etc/rsyncd.conf
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/sysconfig/rsyncd
|
|
ExecStart=/usr/bin/rsync --daemon --no-detach "$OPTIONS"
|
|
StandardInput=socket
|