Guest User

Untitled

a guest
Mar 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. In this example we want to insert a line of configuration at the top of the file, because rsyslog arbitrarily requires that it be done this way :)
  2.  
  3. ```
  4. insert $MaxMessageSize before /files/etc/rsyslog.conf/*[position() = 1]
  5. set /files/etc/rsyslog.conf/$MaxMessageSize 64k
  6. ```
Add Comment
Please, Sign In to add comment