From 075cab722ab8fa298d2d52df56f74a7c02578df3 Mon Sep 17 00:00:00 2001
From: Őry Máté <orymate@iit.bme.hu>
Date: Thu, 31 Jan 2013 11:23:31 +0100
Subject: [PATCH] devenv: add upstart scripts

---
 miscellaneous/devenv/cloudstore.conf | 8 ++++++++
 miscellaneous/devenv/django.conf     | 8 ++++++++
 miscellaneous/devenv/toplist.conf    | 8 ++++++++
 3 files changed, 24 insertions(+)
 create mode 100644 miscellaneous/devenv/cloudstore.conf
 create mode 100644 miscellaneous/devenv/django.conf
 create mode 100644 miscellaneous/devenv/toplist.conf

diff --git a/miscellaneous/devenv/cloudstore.conf b/miscellaneous/devenv/cloudstore.conf
new file mode 100644
index 0000000..ac4e867
--- /dev/null
+++ b/miscellaneous/devenv/cloudstore.conf
@@ -0,0 +1,8 @@
+description	"IK Cloud Store REST Daemon"
+
+start on runlevel [2345]
+stop on runlevel [!2345]
+
+respawn
+
+exec /opt/webadmin/cloud/miscellaneous/store-server/CloudStore.py
diff --git a/miscellaneous/devenv/django.conf b/miscellaneous/devenv/django.conf
new file mode 100644
index 0000000..b06fba7
--- /dev/null
+++ b/miscellaneous/devenv/django.conf
@@ -0,0 +1,8 @@
+description	"IK Cloud Django Development Server"
+
+start on runlevel [2345]
+stop on runlevel [!2345]
+
+respawn
+
+exec /opt/webadmin/cloud/manage.py runserver 0.0.0.0:8080
diff --git a/miscellaneous/devenv/toplist.conf b/miscellaneous/devenv/toplist.conf
new file mode 100644
index 0000000..77de1cf
--- /dev/null
+++ b/miscellaneous/devenv/toplist.conf
@@ -0,0 +1,8 @@
+description	"IK Cloud Store Toplist Daemon"
+
+start on runlevel [2345]
+stop on runlevel [!2345]
+
+respawn
+
+exec /opt/webadmin/cloud/miscellaneous/store-server/TopList.py
--
libgit2 0.26.0