Commit Graph

2 Commits

Author SHA1 Message Date
Narvin Singh
1516ff1550 Feat: Default PID
Make the pid parameter default to the PID of the current process.

Change the exit code for invalid arguments to a value in the user
defined range (see https://tldp.org/LDP/abs/html/exitcodes.html). This
may be considered a breaking change, but since the only applications
that currently use this script don't rely on this code, I don't think
we need to bump the major version for this.
2021-01-04 14:47:13 -05:00
Narvin Singh
886d4e8d2d Feat: rpid
The daemon and scheduler will need rpid to get the PID of the login
process that they are both descended from in order to create a unique
fifo in order to not conflict with other daemons and schedulers in
other sessions.
2021-01-01 23:21:44 -05:00