aboutsummaryrefslogtreecommitdiff
path: root/www-apps/meta-srht/files/meta.sr.ht-api.initd
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2023-01-03 20:34:23 -0500
committerJulien Roy <julien@jroy.ca>2023-01-03 20:34:23 -0500
commitcefd4a3b79f09183421c72581bd7bfcb819c1d30 (patch)
tree1d893416972f171194f442f99b8b8ee59a55ac0a /www-apps/meta-srht/files/meta.sr.ht-api.initd
parent6229c1eaa8bef692448c008ec90059b50c5dd060 (diff)
downloadMrRoy-Overlay-cefd4a3b79f09183421c72581bd7bfcb819c1d30.tar.gz
MrRoy-Overlay-cefd4a3b79f09183421c72581bd7bfcb819c1d30.tar.bz2
MrRoy-Overlay-cefd4a3b79f09183421c72581bd7bfcb819c1d30.zip
www-apps/meta-srht: Update daemon scripts
Diffstat (limited to 'www-apps/meta-srht/files/meta.sr.ht-api.initd')
-rw-r--r--www-apps/meta-srht/files/meta.sr.ht-api.initd15
1 files changed, 15 insertions, 0 deletions
diff --git a/www-apps/meta-srht/files/meta.sr.ht-api.initd b/www-apps/meta-srht/files/meta.sr.ht-api.initd
new file mode 100644
index 0000000..55955a0
--- /dev/null
+++ b/www-apps/meta-srht/files/meta.sr.ht-api.initd
@@ -0,0 +1,15 @@
+#!/sbin/openrc-run
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+name="meta.sr.ht API daemon"
+description=""
+command="/usr/bin/metasrht-api"
+command_args="-b ${PORT}"
+command_user="srht:srht"
+command_background=true
+pidfile="/run/${RC_SVCNAME}.pid"
+
+depend() {
+ need net
+}