Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
storagedriver
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
2
Merge Requests
4
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5350131f
authored
Feb 19, 2014
by
Bach Dániel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
misc: add hostname to upstart script
parent
d19a1e38
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
miscellaneous/storagecelery.conf
+2
-1
No files found.
miscellaneous/storagecelery.conf
View file @
5350131f
...
...
@@ -13,5 +13,6 @@ chdir /home/cloud/storagedriver
script
. /
home
/
cloud
/.
virtualenvs
/
storage
/
local
/
bin
/
activate
. /
home
/
cloud
/.
virtualenvs
/
storage
/
local
/
bin
/
postactivate
exec
celery
-
A
storagecelery
worker
--
loglevel
=
info
HOSTNAME
=$(
hostname
-
s
)
exec
celery
-
A
storagecelery
worker
--
loglevel
=
info
-
n
${
HOSTNAME
}.
storage
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