Skip to content

Set the process title #79

Description

@mheily

It would be a nice feature to have jobd set the process title based on an optional ProcessTitle configuration key in the manifest.

This would call setproctitle(3) or the equivalent on GNU-based systems.

Example manifest:

{
"Label": "MyWebApp":
"Program": [ "httpd", "-c", "/tmp/foo.conf"],
"ProcessTitle": "[MyWebApp] Apache"
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions