We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb47f20 commit cace65fCopy full SHA for cace65f
ocaml/forkexecd/lib/fe_systemctl.ml
@@ -125,7 +125,7 @@ let stop ~service =
125
* In the unlikely scenario that this does fail we leave the transient service file behind
126
* so that the failure can be investigated.
127
* *)
128
- if is_active ~service then action ~service "stop" ;
+ action ~service "stop" ;
129
let status = show ~service in
130
(* allow systemd to garbage-collect the status and the unit, preventing leaks.
131
* See CollectMode in systemd.unit(5) for details. *)
0 commit comments