Linux-VServer pastebin service

Posted by Hollow on Thu 16th Apr 14:25
download | new post

  1. template:  
  2. =========  
  3.  
  4. source src {  
  5.     unix-stream("/dev/log" max-connections(256));  
  6.     internal();  
  7.     # is_virtual = <%= is_virtual %>  
  8. <%- if is_virtual == false -%>  
  9.     file("/proc/kmsg");  
  10. <%- end -%>  
  11. };  
  12.  
  13.  
  14. result:  
  15. =======  
  16.  
  17. source src {  
  18.     unix-stream("/dev/log" max-connections(256));  
  19.     internal();  
  20.     # is_virtual = false  
  21. }; 

Submit a correction or amendment below. (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.
Your Name

Remember my name in a cookie