📄 syslog-ng.conf.solaris
字号:
## Syslog-ng example configuration file for Solaris## Copyright (c) 1999 Balazs Scheidler# $Id: syslog-ng.conf.solaris,v 1.2 1999/11/15 12:30:41 bazsi Exp $## Solaris 2.5.1 and below uses the STREAMS driver, above extends it# with doors. For 2.5.1 remove the door() option from the source declaration.#source local { sun-streams("/dev/log" door("/etc/.syslog_door")); internal(); };destination all { file("/var/log/messages"); };log { source(local); destination(all); };
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -