⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.139
Server IP:
44.234.190.86
Server:
Linux ip-172-31-55-191 5.4.0-1060-aws #63~18.04.1-Ubuntu SMP Mon Nov 15 14:31:31 UTC 2021 x86_64
Server Software:
Apache/2.4.29 (Ubuntu)
PHP Version:
7.0.33-30+ubuntu18.04.1+deb.sury.org+1
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
lib
/
dpkg
/
info
/
View File Name :
lxd.prerm
#!/bin/sh set -e # Automatically added by dh_installdeb/11.1.6ubuntu2 dpkg-maintscript-helper rm_conffile /etc/cron.hourly/lxd 2.0.0\~rc2-0ubuntu3\~ -- "$@" dpkg-maintscript-helper rm_conffile /etc/init/lxd.conf 2.17-0ubuntu2\~ -- "$@" # End automatically added section # Automatically added by dh_systemd_start/11.1.6ubuntu2 if [ -d /run/systemd/system ] && [ "$1" = remove ]; then deb-systemd-invoke stop 'lxd-containers.service' >/dev/null || true fi # End automatically added section # Manual init script handling if [ -d /run/systemd/system ]; then if [ "$1" = "remove" ]; then deb-systemd-invoke stop lxd-containers.service lxd.socket lxd.service >/dev/null || true else deb-systemd-invoke stop lxd.service >/dev/null || true fi elif [ -x "/etc/init.d/lxd" ] || [ -e "/etc/init/lxd.conf" ]; then invoke-rc.d lxd stop || true fi exit 0