Note on termination

This commit is contained in:
Tony Garnock-Jones 2023-11-24 10:55:37 +01:00
parent 8bed51d4d1
commit dda3dc11aa
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ version 1 .
# use UUIDs?) to allocate a PTY on the machine the driver is running on,
# and spawn a subprocess attached to it running CommandLine.
#
# When PtySession is retracted, the driver will terminate the subprocess
# (via SIGHUP first, SIGTERM if that doesn't work, and ultimately SIGKILL)
# and close the associated PTY.
#
PtySession = <pty-session @id any @commandLine CommandLine> .
#
# A CommandLine is a non-empty sequence of pieces which, "stringified",