mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-24 12:45:11 +02:00
5 lines
76 B
Bash
Executable file
5 lines
76 B
Bash
Executable file
#!/bin/sh
|
|
exec 2>&1
|
|
set -e
|
|
/usr/libexec/drbd start
|
|
exec chpst -b drbd pause
|