aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sopel/sopel.initd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/sopel/sopel.initd')
-rw-r--r--testing/sopel/sopel.initd11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/sopel/sopel.initd b/testing/sopel/sopel.initd
deleted file mode 100644
index bc616a97e12..00000000000
--- a/testing/sopel/sopel.initd
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/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
-}