18 lines
No EOL
323 B
JSON
18 lines
No EOL
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 }
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |