Marcus Meissner
8074804eb1
- All daemons that create temporary files must have PrivateTmp=true set in systemd unit if possible. OBS-URL: https://build.opensuse.org/request/show/129033 OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=23
12 lines
231 B
Desktop File
12 lines
231 B
Desktop File
[Unit]
|
|
Description=Start the rsync server daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/rsyncd --daemon --no-detach
|
|
IOSchedulingClass=idle
|
|
CPUSchedulingPolicy=batch
|
|
PrivateTmp=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |