diff options
author | CoprDistGit <infra@openeuler.org> | 2025-02-08 01:35:15 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-02-08 01:35:15 +0000 |
commit | 8b7b1f34e9b9abf1304ea2aca84dae31e6911461 (patch) | |
tree | 5140ab66c6b076140b6ee96a4c7c90bbe9c9f24a /rsyncd.service | |
parent | ed1c8c25566016218645a4b981a84a59a7af0dfa (diff) |
automatic import of rsyncopeneuler22.03_LTS
Diffstat (limited to 'rsyncd.service')
-rw-r--r-- | rsyncd.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/rsyncd.service b/rsyncd.service new file mode 100644 index 0000000..3ffecce --- /dev/null +++ b/rsyncd.service @@ -0,0 +1,10 @@ +[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" + +[Install] +WantedBy=multi-user.target |