Monday, 23 June 2025

disable mariadb, phpfpm

 $ sudo systemctl disable --now \
  mariadb.service \
  php8.2-fpm.service \

[sudo] password for dhwan: 
Synchronizing state of mariadb.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.
Executing: /usr/lib/systemd/systemd-sysv-install disable mariadb
Synchronizing state of php8.2-fpm.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.
Executing: /usr/lib/systemd/systemd-sysv-install disable php8.2-fpm
Removed "/etc/systemd/system/multi-user.target.wants/mariadb.service".
Removed "/etc/systemd/system/multi-user.target.wants/php8.2-fpm.service".


erintah sudo systemctl disable --now mariadb.service php8.2-fpm.service tidak menghapus MariaDB maupun PHP-FPM.
✅ Itu hanya menonaktifkan layanan mereka agar tidak dijalankan otomatis saat boot, dan jika sedang berjalan, dihentikan sekarang juga.


📦 Paket-paket masih tetap terpasang di sistem kamu.


Share:

0 comments:

Post a Comment