Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

remove systemd service

# My recipe for systemd service obliteration
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
Comment

PREVIOUS NEXT
Code Example
Shell :: how to install git on linux 
Shell :: linux speed test 
Shell :: git undo amend 
Shell :: delete branch from remote 
Shell :: change remote origin 
Shell :: git update submodule 
Shell :: sqlite laravel 
Shell :: how to restart the network in ubuntu 
Shell :: error: failed to push some refs github 
Shell :: Error loading webview 
Shell :: zsh: command not found: conda 
Shell :: how to uninstall postgres from ubantu 
Shell :: start emulator from command line 
Shell :: conda install networkx 
Shell :: sudo update 
Shell :: count sub files in folder linux 
Shell :: completely remove app from linux 
Shell :: npm command not found ubuntu 
Shell :: kubectl change namespace 
Shell :: docker-machine install mac brew 
Shell :: gensim install conda 
Shell :: duing push error: RPC failed; curl 18 transfer closed with outstanding read data remaining send-pack: unexpected disconnect while reading sideband packet 
Shell :: bash: make: command not found 
Shell :: how to reverse an array in bash scripting? 
Shell :: linux decode base64 terminal 
Shell :: bash remove empty line 
Shell :: Error: Cannot install in Homebrew on ARM processor in Intel default prefix (/usr/local)! 
Shell :: linux mesuare request time http 
Shell :: find file in ubuntu 
Shell :: Show history in powershell across the sessions 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =