aports/testing/zrepl/zrepl.initd
Shawn Rose 97e465ec97 testing/zrepl: new aport
https://zrepl.github.io/
one-stop, integrated solution for ZFS replication
2021-03-29 16:32:37 -03:00

13 lines
295 B
Plaintext
Executable File

#!/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
}