1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 09:15:30 +03:00
aports/testing/zrepl/zrepl.initd
Kevin Daudt 97bcdfc18c testing/zrepl: disable on s390x
Test failure

```
    replication_stepqueue_test.go:177:
        	Error Trace:	replication_stepqueue_test.go:177
        	Error:      	Should be true
        	Test:       	TestPqConcurrent
```
2021-06-09 10:18:07 +00:00

12 lines
295 B
Text

#!/sbin/openrc-run
name=$RC_SVCNAME
cfgfile="/etc/$RC_SVCNAME/$RC_SVCNAME.yml"
command="/usr/bin/zrepl"
command_args=" --config /etc/zrepl/zrepl.yml daemon"
pidfile="/run/$RC_SVCNAME/$RC_SVCNAME.pid"
command_background="yes"
start_pre() {
checkpath --directory --mode 0700 /run/$RC_SVCNAME
}