diff options
Diffstat (limited to 'abs/extra/rsync/rsyncd@.service')
-rw-r--r-- | abs/extra/rsync/rsyncd@.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/extra/rsync/rsyncd@.service b/abs/extra/rsync/rsyncd@.service new file mode 100644 index 0000000..33db95c --- /dev/null +++ b/abs/extra/rsync/rsyncd@.service @@ -0,0 +1,11 @@ +[Unit] +Description=A file transfer program to keep remote files in sync +After=network.target + +[Service] +ExecStart=-/usr/bin/rsync --daemon +StandardInput=socket +StandardOutput=inherit +StandardError=journal +User=nobody +Group=nobody |