“CentOS elimina un servicio de SystemCTL” Código de respuesta

SystemCTL Eliminar el servicio

systemctl stop [servicename]
systemctl disable [servicename]
rm /etc/systemd/system/[servicename]
rm /etc/systemd/system/[servicename] # and symlinks that might be related
rm /usr/lib/systemd/system/[servicename] 
rm /usr/lib/systemd/system/[servicename] # and symlinks that might be related
systemctl daemon-reload
systemctl reset-failed
Gentle Grasshopper

CentOS elimina un servicio de SystemCTL

systemctl stop [servicename]
systemctl disable [servicename]
rm /etc/systemd/system/[servicename]
rm /etc/systemd/system/[servicename] # and symlinks that might be related
rm /usr/lib/systemd/system/[servicename] 
rm /usr/lib/systemd/system/[servicename] # and symlinks that might be related
systemctl daemon-reload
systemctl reset-failed
Condemned Cottonmouth

Respuestas similares a “CentOS elimina un servicio de SystemCTL”

Preguntas similares a “CentOS elimina un servicio de SystemCTL”

Más respuestas relacionadas con “CentOS elimina un servicio de SystemCTL” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código