aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sopel/sopel.initd
diff options
context:
space:
mode:
authorKevin Daudt <ops@ikke.info>2018-09-17 19:11:29 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-09-27 06:18:40 +0000
commit422b2f5e642bb718b7c6ca5bba9286d0b94719e5 (patch)
tree6c3963e68bdbd59f8407569910b61121058ef4ab /testing/sopel/sopel.initd
parent9784b9555bb99f9ee7ad5cc08d3c2875d3482ad4 (diff)
downloadaports-422b2f5e642bb718b7c6ca5bba9286d0b94719e5.tar.bz2
aports-422b2f5e642bb718b7c6ca5bba9286d0b94719e5.tar.xz
testing/sopel: new aport
Diffstat (limited to 'testing/sopel/sopel.initd')
-rw-r--r--testing/sopel/sopel.initd11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/sopel/sopel.initd b/testing/sopel/sopel.initd
new file mode 100644
index 0000000000..bc616a97e1
--- /dev/null
+++ b/testing/sopel/sopel.initd
@@ -0,0 +1,11 @@
+#!/sbin/openrc-run
+
+command="/usr/bin/sopel"
+command_args="-c $CONFIG_PATH"
+pidfile="/run/sopel.pid"
+command_background=true
+command_user="sopel:sopel"
+
+depend() {
+ need net
+}