SHA256
1
0
forked from pool/rsync

Accepting request 129124 from network

- All daemons that create temporary files must have
  PrivateTmp=true set in systemd unit if possible. (forwarded request 129033 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/129124
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsync?expand=0&rev=42
This commit is contained in:
Stephan Kulow 2012-07-30 07:41:51 +00:00 committed by Git OBS Bridge
commit 82de34eb6f
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jul 26 20:46:02 UTC 2012 - crrodriguez@opensuse.org
- All daemons that create temporary files must have
PrivateTmp=true set in systemd unit if possible.
-------------------------------------------------------------------
Sun Feb 5 23:25:26 UTC 2012 - crrodriguez@opensuse.org

View File

@ -6,5 +6,7 @@ After=network.target
ExecStart=/usr/sbin/rsyncd --daemon --no-detach
IOSchedulingClass=idle
CPUSchedulingPolicy=batch
PrivateTmp=true
[Install]
WantedBy=multi-user.target