diff options
author | William Harrington <kb0iic@cross-lfs.org> | 2014-04-28 21:01:33 -0500 |
---|---|---|
committer | William Harrington <kb0iic@cross-lfs.org> | 2014-04-28 21:01:33 -0500 |
commit | 86540363ade7646bd556665c383eec3e94bcf4e7 (patch) | |
tree | da2a73919257af53f75347eefae3abde5a8e2c9d | |
parent | 9f2444647486e7958b54a223367e98371a18793a (diff) |
Add rsyncd\@.service file.
-rw-r--r-- | clfs/units/rsyncdat.service | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/clfs/units/rsyncdat.service b/clfs/units/rsyncdat.service new file mode 100644 index 0000000..f7f6cf7 --- /dev/null +++ b/clfs/units/rsyncdat.service @@ -0,0 +1,7 @@ +[Unit] +Description=A file transfer program to keep remote files in sync +ConditionPathExists=/etc/rsyncd.conf + +[Service] +ExecStart=/usr/bin/rsync --daemon --no-detach +StandardInput=socket |