Server IP : 127.0.0.2 / Your IP : 3.135.184.166 Web Server : Apache/2.4.18 (Ubuntu) System : User : www-data ( ) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : disk_free_space,disk_total_space,diskfreespace,dl,exec,fpaththru,getmyuid,getmypid,highlight_file,ignore_user_abord,leak,listen,link,opcache_get_configuration,opcache_get_status,passthru,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,php_uname,phpinfo,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,pclose,popen,proc_open,proc_close,proc_get_status,proc_nice,proc_terminate,shell_exec,source,show_source,system,virtual MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/lib/dpkg/info/ |
Upload File : |
#! /bin/sh set -e # When the [Install] section of an enabled unit changes `systemctl enable` has # to be re-run in postinst. As systemctl is-enabled will use the new unit files # in postinst we must run it before unpacking it and remember the results. save_is_enabled() { if systemctl --quiet is-enabled $1 2>/dev/null ; then echo $1 >>/run/systemd/was-enabled fi } if [ "$1" = "install" ] || [ "$1" = "upgrade" ] && dpkg --compare-versions "$2" ge "204"; then [ -d /run/systemd ] || mkdir /run/systemd rm -f /run/systemd/was-enabled save_is_enabled console-getty.service save_is_enabled console-shell.service save_is_enabled debug-shell.service save_is_enabled getty@tty1.service save_is_enabled remote-fs.target save_is_enabled rescue.target if dpkg --compare-versions "$2" ge "204-8~" ; then save_is_enabled tmp.mount fi if dpkg --compare-versions "$2" ge "209" ; then save_is_enabled systemd-networkd.service fi if dpkg --compare-versions "$2" ge "211" ; then save_is_enabled systemd-networkd-wait-online.service fi if dpkg --compare-versions "$2" ge "213" ; then save_is_enabled systemd-resolved.service save_is_enabled systemd-timesyncd.service fi fi # Automatically added by dh_installdeb dpkg-maintscript-helper rm_conffile /etc/bash_completion.d/systemctl-bash-completion.sh 204-1~ -- "$@" # End automatically added section # Automatically added by dh_installdeb dpkg-maintscript-helper rm_conffile /etc/bash_completion.d/systemd-bash-completion.sh 204-1~ -- "$@" # End automatically added section # Automatically added by dh_installdeb dpkg-maintscript-helper mv_conffile /etc/systemd/systemd-logind.conf /etc/systemd/logind.conf 204-1~ -- "$@" # End automatically added section # Automatically added by dh_installdeb dpkg-maintscript-helper mv_conffile /etc/systemd/systemd-journald.conf /etc/systemd/journald.conf 204-1~ -- "$@" # End automatically added section # Automatically added by dh_installdeb dpkg-maintscript-helper rm_conffile /etc/dbus-1/system.d/org.freedesktop.machine1.conf 228-5~ -- "$@" # End automatically added section # Automatically added by dh_installdeb dpkg-maintscript-helper rm_conffile /etc/X11/xinit/xinitrc.d/50-systemd-user.sh 228-3~ -- "$@" # End automatically added section