You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
scriptform/examples/run_as/run_as.json

24 lines
621 B

{
"title": "Run as",
"forms": [
{
"name": "run_as_man",
"title": "Run as user 'man' (if we're root)",
"description": "",
"submit_title": "Run",
"run_as": "man",
"script": "/tmp/test/job_run_as.py",
"fields": [
]
},
{
"name": "run_as_nobody",
"title": "Run as default user ('nobody if we're root)",
"description": "",
"submit_title": "Run",
"script": "/tmp/test/job_run_as.py",
"fields": [
]
}
]
}