Posted Updated a few seconds read (About 58 words)
systemd相關
移除服務
stop [servicename]
1 2 3 4 5 6 7
systemctl disable [servicename] sudo trash /etc/systemd/system/[servicename] sudo trash /etc/systemd/system/[servicename] # and symlinks that might be related sudo trash /usr/lib/systemd/system/[servicename] sudo trash /usr/lib/systemd/system/[servicename] # and symlinks that might be related systemctl daemon-reload systemctl reset-failedbash