From 38d7ffca0b591694c17509d20c8bf55606e60536 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 27 Oct 2013 15:07:31 +0100 Subject: app-ls-apps: o New command to list all applications installed under a directory. app-foreach-app: o New command to execute another command for each app installed under the current directory. app-init/app-install-file: o Adding -C and -c to prepand and append config files around the appliation's build-in configuration files. app-cat-conf: o Use $APP_HOME as the 'appliation installation directory' if set. app-operator-pid: o Support PID files created by the launcher. --- docs/app-operator-pid.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docs/app-operator-pid.txt (limited to 'docs/app-operator-pid.txt') diff --git a/docs/app-operator-pid.txt b/docs/app-operator-pid.txt new file mode 100644 index 0000000..9e0a454 --- /dev/null +++ b/docs/app-operator-pid.txt @@ -0,0 +1,27 @@ +app-operator-pid(1) +=================== + +NAME +---- +app-operator-pid - Controls the running instance of the app + +SYNOPSIS +-------- +[verse] +'app-operator-pid' ... + +TODOs +----- + +Support configurable signal to send on shutdown:: + TERM might be exessive for some apps. + +Tests for app.pid_management=launcher:: + Missing. + +APP.SH +------ + +Part of the linkman:app[1] suite. + +// vim: set ft=asciidoc: -- cgit v1.2.3