rsync/rsyncd.service

10 lines
214 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Start the rsync server daemon
After=network.target
[Service]
ExecStart=/usr/sbin/rsyncd --daemon --no-detach
IOSchedulingClass=idle
CPUSchedulingPolicy=batch
[Install]
WantedBy=multi-user.target