rsync/rsyncd.service

14 lines
269 B
SYSTEMD
Raw Normal View History

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