summaryrefslogtreecommitdiff
path: root/localports/ppucciniest-playground/ppucciniest-playground.initd
diff options
context:
space:
mode:
Diffstat (limited to 'localports/ppucciniest-playground/ppucciniest-playground.initd')
-rwxr-xr-xlocalports/ppucciniest-playground/ppucciniest-playground.initd11
1 files changed, 11 insertions, 0 deletions
diff --git a/localports/ppucciniest-playground/ppucciniest-playground.initd b/localports/ppucciniest-playground/ppucciniest-playground.initd
new file mode 100755
index 0000000..f9f31e3
--- /dev/null
+++ b/localports/ppucciniest-playground/ppucciniest-playground.initd
@@ -0,0 +1,11 @@
+#!/sbin/openrc-run
+
+name="ppucciniest-playground"
+description="An online playground for ppucciniest"
+supervisor=supervise-daemon
+command="/usr/bin/$name"
+command_user="ppucciniest_playground:ppucciniest_playground"
+
+depend() {
+ need net
+}