Skip to content

Instantly share code, notes, and snippets.

@ytnk531
Created August 8, 2018 11:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ytnk531/845b2311492c1be75dc4b0f48d0eed06 to your computer and use it in GitHub Desktop.
Save ytnk531/845b2311492c1be75dc4b0f48d0eed06 to your computer and use it in GitHub Desktop.
systemctl stop serviceは何をしてくれるか ref: https://qiita.com/ytnk531/items/f428591b5e3d4fe5e693
root@ytnk-VirtualBox:~# systemctl show tomcat8|grep ExecStop
ExecStop={ path=/etc/init.d/tomcat8 ; argv[]=/etc/init.d/tomcat8 stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment