?¡ëPNG  IHDR ? f ??C1 sRGB ??¨¦ gAMA ¡À? ¨¹a pHYs ? ??o¡§d GIDATx^¨ª¨¹L¡±¡Âe¡ÂY?a?("Bh?_¨°???¡é¡ì?q5k?*:t0A-o??£¤]VkJ¡éM??f?¡À8\k2¨ªll¡ê1]q?¨´???T
Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/user1137782/www/china1.by/classwithtostring.php on line 86

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 213

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 214

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 215

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 216

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 217

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 218
Libcgroup integration into Red Hat Enterprise Linux =================================================== Apart from standard libcgroup features, we add support for starting system services in given control group(s). If a service init script 1) uses daemon() function from /etc/init.d/functions to start the service 2) and uses /etc/sysconfig/ for its configuration, you can add CGROUP_DAEMON="" to the /etc/sysconfig/ to start the service in given group. Example ------- How to start Apache web server in group cpu,cpuacct:/daemons/http: 1. Configure your group in /etc/cgconfig.conf (see cgconfig.conf man page). 2. Add following line to /etc/sysconfig/httpd: CGROUP_DAEMON="cpu,cpuacct:/daemons/http" During next boot (or after restart of cgconfig and httpd services), your http daemon and all its children should be started in the given groups. Details ------- The daemon() function in /etc/init.d/functions was modified to start the daemon in control group(s) specified by CGROUP_DAEMON environment variable. Therefore it won't work on all services, but only those which satisfy the two aforementioned conditions. CGROUP_DAEMON can contain more than one control group, separate them with space then: CGROUP_DAEMON="cpu:/daemons/http cpuacct:/daemons"