mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 18:05:42 +03:00
Putting the plugin in the same cgroup as the user process
This commit is contained in:
@@ -18,7 +18,7 @@ func (e *UniversalExecutor) runAs(userid string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (e *UniversalExecutor) applyLimits() error {
|
||||
func (e *UniversalExecutor) applyLimits(pid int) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user