mirror of
https://github.com/tale/headplane.git
synced 2026-08-30 16:59:56 +00:00
chore(TALE-29): remove acl from integration/context
This commit is contained in:
@@ -177,15 +177,6 @@ export default createIntegration<Context>({
|
||||
}
|
||||
},
|
||||
|
||||
onAclChange: (context) => {
|
||||
if (!context.pid) {
|
||||
return
|
||||
}
|
||||
|
||||
log.info('INTG', 'Sending SIGHUP to Headscale')
|
||||
kill(context.pid, 'SIGHUP')
|
||||
},
|
||||
|
||||
onConfigChange: (context) => {
|
||||
if (!context.pid) {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user