Created
November 28, 2011 18:08
-
-
Save tchollingsworth/1401352 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