mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
4 lines
77 B
Bash
4 lines
77 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
gcore -o "/var/log/core" "$1" 2>&1 | logger -t "ctdb:gcore_trace"
|