mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +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"
|