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
/
docker-ce.postinst
/
/
#!/bin/sh set -e case "$1" in configure) if [ -z "$2" ]; then if ! getent group docker > /dev/null; then groupadd --system docker fi fi ;; abort-*) # How'd we get here?? exit 1 ;; *) ;; esac # Automatically added by dh_apparmor if [ "$1" = "configure" ]; then APP_PROFILE="/etc/apparmor.d/docker-ce" if [ -f "$APP_PROFILE" ]; then # Add the local/ include LOCAL_APP_PROFILE="/etc/apparmor.d/local/docker-ce" test -e "$LOCAL_APP_PROFILE" || { tmp=`mktemp` cat <<EOM > "$tmp" # Site-specific additions and overrides for docker-ce. # For more details, please see /etc/apparmor.d/local/README. EOM mkdir `dirname "$LOCAL_APP_PROFILE"` 2>/dev/null || true mv -f "$tmp" "$LOCAL_APP_PROFILE" chmod 644 "$LOCAL_APP_PROFILE" } # Reload the profile, including any abstraction updates if aa-status --enabled 2>/dev/null; then apparmor_parser -r -T -W "$APP_PROFILE" || true fi fi fi # End automatically added section # Automatically added by dh_systemd_enable # This will only remove masks created by d-s-h on package removal. deb-systemd-helper unmask docker.service >/dev/null || true # was-enabled defaults to true, so new installations run enable. if deb-systemd-helper --quiet was-enabled docker.service; then # Enables the unit on first installation, creates new # symlinks on upgrades if the unit file has changed. deb-systemd-helper enable docker.service >/dev/null || true else # Update the statefile to add new symlinks (if any), which need to be # cleaned up on purge. Also remove old symlinks. deb-systemd-helper update-state docker.service >/dev/null || true fi # End automatically added section # Automatically added by dh_systemd_enable # This will only remove masks created by d-s-h on package removal. deb-systemd-helper unmask docker.socket >/dev/null || true # was-enabled defaults to true, so new installations run enable. if deb-systemd-helper --quiet was-enabled docker.socket; then # Enables the unit on first installation, creates new # symlinks on upgrades if the unit file has changed. deb-systemd-helper enable docker.socket >/dev/null || true else # Update the statefile to add new symlinks (if any), which need to be # cleaned up on purge. Also remove old symlinks. deb-systemd-helper update-state docker.socket >/dev/null || true fi # End automatically added section # Automatically added by dh_installinit if [ -x "/etc/init.d/docker" ]; then update-rc.d docker defaults >/dev/null invoke-rc.d docker start || exit $? fi # End automatically added section # Automatically added by dh_installudev if [ "$1" = configure ]; then if [ -e "/etc/udev/rules.d/z80_docker-ce.rules" ]; then echo "Preserving user changes to /etc/udev/rules.d/80-docker-ce.rules ..." if [ -e "/etc/udev/rules.d/80-docker-ce.rules" ]; then mv -f "/etc/udev/rules.d/80-docker-ce.rules" "/etc/udev/rules.d/80-docker-ce.rules.dpkg-new" fi mv -f "/etc/udev/rules.d/z80_docker-ce.rules" "/etc/udev/rules.d/80-docker-ce.rules" fi fi # End automatically added section
/var/lib/apache2/../dpkg/info/docker-ce.postinst