From e75637adc56623a61a4f44ad967c6296d9d3ac28 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Wed, 3 May 2023 00:02:57 +0300 Subject: www/owncast: add 0.1.0pre20230502132147 shipping development build because latest stable version is broken on openbsd (patchable, but not worth it i think). i will fix this when the stable will come out. --- www/owncast/pkg/owncast.rc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 www/owncast/pkg/owncast.rc (limited to 'www/owncast/pkg/owncast.rc') diff --git a/www/owncast/pkg/owncast.rc b/www/owncast/pkg/owncast.rc new file mode 100644 index 0000000..86d49ac --- /dev/null +++ b/www/owncast/pkg/owncast.rc @@ -0,0 +1,12 @@ +#!/bin/ksh + +daemon="${TRUEPREFIX}/bin/owncast" +daemon_user="_owncast" +daemon_logger="daemon.info" + +. /etc/rc.d/rc.subr + +rc_bg=YES +rc_reload=NO + +rc_cmd $1 -- cgit v1.2.3