5 lines
66 B
Bash
Executable File
5 lines
66 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
/usr/libexec/drbd start
|
|
exec chpst -b drbd pause
|