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
13 lines
293 B
Desktop File
13 lines
293 B
Desktop File
[Unit]
|
|
Description=fast remote file copy program daemon
|
|
ConditionPathExists=/etc/rsyncd.conf
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/sysconfig/rsyncd
|
|
ExecStart=/usr/bin/rsync --daemon --no-detach "$OPTIONS"
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|