#!/sbin/openrc-run # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 command="/usr/bin/tinyhook" pidfile="/run/tinyhook.pid" description="A minimalistic webhook daemon for json requests" start_pre() { /usr/share/tinyhook/fix-permissions.sh }