2012-11-30 15:54:34 +00:00
|
|
|
[Unit]
|
|
|
|
Description=fast remote file copy program daemon
|
|
|
|
ConditionPathExists=/etc/rsyncd.conf
|
2019-01-02 10:31:04 +00:00
|
|
|
Wants=network-online.target
|
|
|
|
After=network-online.target
|
2012-11-30 15:54:34 +00:00
|
|
|
|
|
|
|
[Service]
|
2012-12-06 15:30:06 +00:00
|
|
|
EnvironmentFile=/etc/sysconfig/rsyncd
|
2012-11-30 15:54:34 +00:00
|
|
|
ExecStart=/usr/bin/rsync --daemon --no-detach "$OPTIONS"
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|