diff options
| author | Olav Vitters <olav@vitters.nl> | 2020-07-26 21:46:44 +0200 |
|---|---|---|
| committer | Olav Vitters <olav@vitters.nl> | 2020-07-26 21:46:44 +0200 |
| commit | 244c9a00ae9a0dc62156aeb8781c2b22da0ad96e (patch) | |
| tree | c0d76ed490862837a8a37bb61ed8e653e5cc2558 /etc/sysconfig/netconsole | |
| parent | d0d18c6de12efeba25eb41d7cf207037027e4964 (diff) | |
| parent | 6ca701a23c74b245f35750149a22f7d21805a8e0 (diff) | |
| download | initscripts-244c9a00ae9a0dc62156aeb8781c2b22da0ad96e.tar initscripts-244c9a00ae9a0dc62156aeb8781c2b22da0ad96e.tar.gz initscripts-244c9a00ae9a0dc62156aeb8781c2b22da0ad96e.tar.bz2 initscripts-244c9a00ae9a0dc62156aeb8781c2b22da0ad96e.tar.xz initscripts-244c9a00ae9a0dc62156aeb8781c2b22da0ad96e.zip | |
Merge tag '10.04' into distro/mga
10.04 release
Diffstat (limited to 'etc/sysconfig/netconsole')
| -rw-r--r-- | etc/sysconfig/netconsole | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/etc/sysconfig/netconsole b/etc/sysconfig/netconsole new file mode 100644 index 00000000..7b9d96e5 --- /dev/null +++ b/etc/sysconfig/netconsole @@ -0,0 +1,20 @@ +# This is the configuration file for the netconsole service. By starting +# this service you allow a remote syslog daemon to record console output +# from this system. + +# The local port number that the netconsole module will use +# LOCALPORT=6666 + +# The ethernet device to send console messages out of (only set this if it +# can't be automatically determined) +# DEV= + +# The IP address of the remote syslog server to send messages to +# SYSLOGADDR= + +# The listening port of the remote syslog daemon +# SYSLOGPORT=514 + +# The MAC address of the remote syslog server (only set this if it can't +# be automatically determined) +# SYSLOGMACADDR= |
