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
|