View systemctl service file
To view the content of a systemd service file, run the command systemctl cat SERVICE_NAME_HERE Example boby@sok-01:~$ systemctl cat nginx # /lib/systemd/system/nginx.service # Stop dance for nginx # ======================= # # ExecStop sends SIGSTOP (graceful stop) to the nginx process. # If, after 5s (–retry QUIT/5) nginx is still running, systemd takes control # and … Read more