Open troglobit opened 1 month ago
For some use-cases/daemons sending SIGTERM, or calling the binary with stop, may not work. A useful addition to Finit would be to support a systemd-like ExecStop= setting:
stop
ExecStop=
service [2345] stop:'foocmd --stop' foo -n -- Example foo daemon
For some use-cases/daemons sending SIGTERM, or calling the binary with
stop
, may not work. A useful addition to Finit would be to support a systemd-likeExecStop=
setting: