aports/testing/piler/piler.initd
Noel Kuntze 0b065cd1be testing/piler: upgrade to 1.4.5
Also use libcolumnar from manticore (required for fast secondary indices)
2024-05-24 00:00:01 +00:00

17 lines
270 B
Bash

#!/sbin/openrc-run
description="Piler daemon"
command="/usr/bin/$SVCNAME"
command_args_background="-d"
pidfile="/run/piler/piler.pid"
depend() {
need net
after firewall mariadb
}
start_pre() {
checkpath -d -m 750 -o piler:piler /run/piler
}