Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
vmdriver
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6bf61ea1
authored
Mar 13, 2014
by
Bach Dániel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix upstart scripts
parent
4608a6ef
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
miscellaneous/netcelery.conf
+4
-2
miscellaneous/vmcelery.conf
+4
-2
No files found.
miscellaneous/netcelery.conf
View file @
6bf61ea1
...
...
@@ -7,9 +7,11 @@ respawn
respawn
limit
30
30
setuid
cloud
chdir
/
home
/
cloud
/
vmdriver
script
cd
/
home
/
cloud
/
vmdriver
. /
home
/
cloud
/.
virtualenvs
/
vmdriver
/
local
/
bin
/
activate
. /
home
/
cloud
/.
virtualenvs
/
vmdriver
/
local
/
bin
/
postactivate
exec
/
home
/
cloud
/.
virtualenvs
/
vmdriver
/
bin
/
celery
-
A
netcelery
worker
--
loglevel
=
info
--
logfile
=/
home
/
cloud
/
netcelery
.
log
--
hostname
netcelery
HOSTNAME
=$(
hostname
-
s
)
exec
celery
-
A
netcelery
worker
--
loglevel
=
info
-
n
${
HOSTNAME
}.
netdriver
end
script
miscellaneous/vmcelery.conf
View file @
6bf61ea1
...
...
@@ -7,9 +7,11 @@ respawn
respawn
limit
30
30
setuid
cloud
chdir
/
home
/
cloud
/
vmdriver
script
cd
/
home
/
cloud
/
vmdriver
. /
home
/
cloud
/.
virtualenvs
/
vmdriver
/
local
/
bin
/
activate
. /
home
/
cloud
/.
virtualenvs
/
vmdriver
/
local
/
bin
/
postactivate
exec
/
home
/
cloud
/.
virtualenvs
/
vmdriver
/
bin
/
celery
-
A
vmcelery
worker
--
loglevel
=
info
--
logfile
=/
home
/
cloud
/
vmcelery
.
log
--
hostname
vmcelery
HOSTNAME
=$(
hostname
-
s
)
exec
celery
-
A
vmcelery
worker
--
loglevel
=
info
-
n
${
HOSTNAME
}.
vmdriver
end
script
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment