mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-24 04:35:11 +02:00
3 lines
42 B
Bash
3 lines
42 B
Bash
#!/bin/sh
|
|
exec 2>&1
|
|
exec glusterd -N 2>&1
|