mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
5 lines
76 B
Bash
5 lines
76 B
Bash
#!/bin/sh
|
|
exec 2>&1
|
|
set -e
|
|
/usr/libexec/drbd start
|
|
exec chpst -b drbd pause
|