|
|
|
|
|
by Cyph0n
524 days ago
|
|
If that helps you understand it better, then sure. All I am trying to say is that the name of the option makes sense as-is: it literally runs the provided command(s) on service stop (“execute on stop”). Similarly, ExecStart literally means command(s) to execute on start. If the command runs a blocking daemon/server (usually the case), then the server will be implicitly stopped by definition - because if you’re stopping the systemd service, you’re interrupting any commands that are still running/blocking. |
|