18 lines
323 B
JSON
18 lines
323 B
JSON
|
|
{
|
||
|
|
"hooks": {
|
||
|
|
"SessionStart": [
|
||
|
|
{
|
||
|
|
"hooks": [
|
||
|
|
{ "type": "command", "command": "bin/session-log.sh", "timeout": 5 }
|
||
|
|
]
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"SessionEnd": [
|
||
|
|
{
|
||
|
|
"hooks": [
|
||
|
|
{ "type": "command", "command": "bin/session-log.sh", "timeout": 5 }
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|