chore(TALE-29): remove acl from integration/context
This commit is contained in:
parent
a72a3d6e5f
commit
690b52d8c6
8 changed files with 1 additions and 62 deletions
|
|
@ -70,14 +70,5 @@ export default createIntegration<Context>({
|
|||
log.error('INTG', 'Failed to read /proc')
|
||||
return false
|
||||
}
|
||||
},
|
||||
|
||||
onAclChange: (context) => {
|
||||
if (!context.pid) {
|
||||
return
|
||||
}
|
||||
|
||||
log.info('INTG', 'Sending SIGHUP to Headscale')
|
||||
kill(context.pid, 'SIGHUP')
|
||||
},
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue