diff options
| author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-06-23 14:13:19 +0000 |
|---|---|---|
| committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-06-23 14:13:19 +0000 |
| commit | f05cb1c7e02dd3d65847a2ba348f2673b46a38bb (patch) | |
| tree | 3791e8b209c588848ec4a0b7b80d8d0c831a379d /testing/cloudi/cloudi.initd | |
| parent | 85bf78badec654840346643bfc77454682514779 (diff) | |
| download | aports-f05cb1c7e02dd3d65847a2ba348f2673b46a38bb.tar.bz2 aports-f05cb1c7e02dd3d65847a2ba348f2673b46a38bb.tar.xz | |
Revert "testing/cloudi: new aport"
It doesn't build on buildservers yet
This reverts commit 85bf78badec654840346643bfc77454682514779.
Diffstat (limited to 'testing/cloudi/cloudi.initd')
| -rw-r--r-- | testing/cloudi/cloudi.initd | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/cloudi/cloudi.initd b/testing/cloudi/cloudi.initd deleted file mode 100644 index e38f9acb2d..0000000000 --- a/testing/cloudi/cloudi.initd +++ /dev/null @@ -1,29 +0,0 @@ -#!/sbin/openrc-run - -name=cloudi -command="/usr/bin/$name" -command_args="" -command_background="false" - -description="CloudI is an open-source private cloud computing framework for efficient, scalable, and stable soft-realtime event processing." - -extra_started_commands="attach" -description_attach="Attach to the running CloudI Erlang shell" - -depend() { - need localmount - need net - after firewall -} -start() { - $command start -} -stop() { - $command stop -} -restart() { - $command restart -} -attach() { - $command attach -} |
