diff options
author | Kevin Daudt <ops@ikke.info> | 2018-09-17 19:11:29 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-27 06:18:40 +0000 |
commit | 422b2f5e642bb718b7c6ca5bba9286d0b94719e5 (patch) | |
tree | 6c3963e68bdbd59f8407569910b61121058ef4ab /testing/sopel/sopel.initd | |
parent | 9784b9555bb99f9ee7ad5cc08d3c2875d3482ad4 (diff) | |
download | aports-422b2f5e642bb718b7c6ca5bba9286d0b94719e5.tar.bz2 aports-422b2f5e642bb718b7c6ca5bba9286d0b94719e5.tar.xz |
testing/sopel: new aport
Diffstat (limited to 'testing/sopel/sopel.initd')
-rw-r--r-- | testing/sopel/sopel.initd | 11 |
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 +} |