-
-
Save coolswitcher/6be2525faed49180efe842b5a4c172ac to your computer and use it in GitHub Desktop.
rsyncd systemd units
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=rsyncd Service Sockets | |
[Socket] | |
ListenStream=873 | |
Accept=yes | |
[Install] | |
WantedBy=sockets.target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=rsyncd Rsync Daemon | |
After=network.target | |
[Service] | |
ExecStart=/usr/bin/rsync --config=/etc/rsyncd/rsyncd.conf --daemon | |
StandardInput=socket |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment