Dirk Mueller
3c1f222e37
Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort OBS-URL: https://build.opensuse.org/request/show/932194 OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=84
23 lines
568 B
Desktop File
23 lines
568 B
Desktop File
[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
|
|
# added automatically, for details please see
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
ProtectHostname=true
|
|
ProtectKernelTunables=true
|
|
ProtectKernelModules=true
|
|
ProtectKernelLogs=true
|
|
ProtectControlGroups=true
|
|
RestrictRealtime=true
|
|
# end of automatic additions
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|