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