systemctl 명령어
by 개발자
2024-11-11 17:00:07
조회수:23
systemctl stop [servicename]
systemctl disable [servicename]
rm -rf /etc/systemd/system/[servicename]
rm -rf /etc/systemd/system/[servicename] # and symlinks that might be related
rm -rf /usr/lib/systemd/system/[servicename]
rm -rf /usr/lib/systemd/system/[servicename] # and symlinks that might be related
systemctl daemon-reload
systemctl reset-failed