5 lines
106 B
Bash
5 lines
106 B
Bash
|
|
#!/bin/sh -ex
|
||
|
|
|
||
|
|
|
||
|
|
sysctl -w fs.inotify.max_user_instances=8192
|
||
|
|
exec /opt/tsg/log-collector/bin/log-collector
|