diff options
author | William Harrington <kb0iic@cross-lfs.org> | 2014-04-28 21:01:46 -0500 |
---|---|---|
committer | William Harrington <kb0iic@cross-lfs.org> | 2014-04-28 21:01:46 -0500 |
commit | d918ac1d867e6416cf89c9be5944f3a7574c43ce (patch) | |
tree | c0c57d6a33af4f0f1499ef1b38de6b2070a2b3ba | |
parent | 86540363ade7646bd556665c383eec3e94bcf4e7 (diff) |
Add rsyncd socket unit file.
-rw-r--r-- | clfs/units/rsyncd.socket | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/clfs/units/rsyncd.socket b/clfs/units/rsyncd.socket new file mode 100644 index 0000000..2b9a964 --- /dev/null +++ b/clfs/units/rsyncd.socket @@ -0,0 +1,10 @@ +[Unit] +Description=Rsync Socket +Conflicts=rsyncd.service + +[Socket] +ListenStream=873 +Accept=true + +[Install] +WantedBy=sockets.target |