LoginSignup
9
7

More than 1 year has passed since last update.

[systemd] サービスを削除するときのコマンド

Last updated at Posted at 2020-04-26

参考

こちらがとても分りやすく参考になりました!

方法

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
9
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
7