[LINUX] [systemd] Command to delete service

systemctl stop [servicename]
systemctl disable [servicename]
rm /etc/systemd/system/[servicename]
rm /etc/systemd/system/[servicename] symlinks that might be related
systemctl daemon-reload
systemctl reset-failed

Recommended Posts

[systemd] Command to delete service
Don't use rm command to delete files
About the service command
How to delete the specified string with the sed command! !! !!
Alternative to django's dumpdata command
Command to generate QR code
How to Delete with SQLAlchemy?
Introduction to vi command (memorandum)
Command to create Linux Live USB
I want to understand systemd roughly
In the python command python points to python3.8
How to use MBDyn (command setting)
How to create / delete symbolic links
[linux] kill command to kill the process
[Django] Command to output QuerySet to csv
Create a command to delete all temporary files generated in a specific folder