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:
commit
82de34eb6f
@ -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
|
Sun Feb 5 23:25:26 UTC 2012 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -6,5 +6,7 @@ After=network.target
|
|||||||
ExecStart=/usr/sbin/rsyncd --daemon --no-detach
|
ExecStart=/usr/sbin/rsyncd --daemon --no-detach
|
||||||
IOSchedulingClass=idle
|
IOSchedulingClass=idle
|
||||||
CPUSchedulingPolicy=batch
|
CPUSchedulingPolicy=batch
|
||||||
|
PrivateTmp=true
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
Loading…
x
Reference in New Issue
Block a user