This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
CPUSchedulingPolicy=batch
-
EnvironmentFile=/etc/sysconfig/rsyncd
-
ExecStart=/usr/bin/rsync --daemon --no-detach
-
ExecStart=/usr/bin/rsync --daemon --no-detach "$OPTIONS"
-
ExecStart=/usr/sbin/rsyncd --daemon --no-detach
-
IOSchedulingClass=idle
-
NoNewPrivileges
Introduced in systemd 239=on -
PrivateDevices
Introduced in systemd 209=on -
PrivateTmp=yes
-
ProtectControlGroups
Introduced in systemd 232=yes -
ProtectHostname
Introduced in systemd 242=yes -
ProtectKernelLogs
Introduced in systemd 244=yes -
ProtectKernelModules
Introduced in systemd 232=yes -
ProtectKernelTunables
Introduced in systemd 232=yes -
ProtectSystem
Introduced in systemd 214=full -
Restart=on-failure
-
RestartSec=1
-
RestrictRealtime
Introduced in systemd 231=yes
-
-
[Unit]
-
After=network-online.target
-
After=network.target
-
ConditionPathExists=/etc/rsyncd.conf
-
Description=Start the rsync server daemon
-
Description=fast remote file copy program daemon
-
Documentation=man:rsync(1) man:rsyncd.conf(5)
-
Wants=network-online.target
-
Additionnal notes
Nothing here.