uawdijnntqw1x1x1
IP : 216.73.216.215
Hostname : xhost1.intravision.ru
Kernel : Linux xhost1.intravision.ru 3.16.0-7-amd64 #1 SMP Debian 3.16.59-1 (2018-10-03) x86_64
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
OS : Linux
PATH:
/
var
/
lib
/
apache2
/
..
/
dpkg
/
info
/
.
/
zabbix-agent.postinst
/
/
#!/bin/sh -e if [ "$1" = "configure" ]; then if ! getent group zabbix > /dev/null 2>&1 ; then addgroup --system --quiet zabbix fi if ! getent passwd zabbix > /dev/null 2>&1 ; then adduser --quiet \ --system --disabled-login --ingroup zabbix \ --home /var/lib/zabbix/ --no-create-home \ zabbix fi chown zabbix:zabbix /var/log/zabbix -R fi # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. # Automatically added by dh_installinit # In case this system is running systemd, we need to ensure that all # necessary tmpfiles (if any) are created before starting. if [ -d /run/systemd/system ] ; then systemd-tmpfiles --create /usr/lib/tmpfiles.d/zabbix-agent.conf >/dev/null || true fi # End automatically added section # Automatically added by dh_installinit if [ -x "/etc/init.d/zabbix-agent" ]; then update-rc.d zabbix-agent defaults >/dev/null invoke-rc.d zabbix-agent start || exit $? fi # End automatically added section exit 0
/var/lib/apache2/../dpkg/info/./zabbix-agent.postinst