diff options
author | CoprDistGit <infra@openeuler.org> | 2025-01-15 05:35:26 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-01-15 05:35:26 +0000 |
commit | f11c15898301b307b5f632569b1946fc6f3d15d2 (patch) | |
tree | 71a7783a3e100b5738f4612828b75f07527d347a /rsyncd@.service | |
parent | 91c281cabee2f40953d20ff0b4aa681d46c9e17b (diff) |
automatic import of rsyncopeneuler24.03_LTS
Diffstat (limited to 'rsyncd@.service')
-rw-r--r-- | rsyncd@.service | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rsyncd@.service b/rsyncd@.service new file mode 100644 index 0000000..89f9621 --- /dev/null +++ b/rsyncd@.service @@ -0,0 +1,8 @@ +[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 |