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