Accepting request 129033 from home:elvigia:branches:network

- 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
This commit is contained in:
Marcus Meissner 2012-07-27 16:46:06 +00:00 committed by Git OBS Bridge
parent 4c85de4880
commit 8074804eb1
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