From 8b7b1f34e9b9abf1304ea2aca84dae31e6911461 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sat, 8 Feb 2025 01:35:15 +0000 Subject: automatic import of rsync --- rsyncd.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 rsyncd.service (limited to 'rsyncd.service') 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 -- cgit v1.2.3