Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
salt
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
17
Merge Requests
1
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
038dfbcc
authored
7 years ago
by
cloud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix graphite port number
parent
42e3b6db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
salt/graphite/files/graphite.service
+1
-1
No files found.
salt/graphite/files/graphite.service
View file @
038dfbcc
...
@@ -6,7 +6,7 @@ After=network.target
...
@@ -6,7 +6,7 @@ After=network.target
User={{ pillar['graphite']['user'] }}
User={{ pillar['graphite']['user'] }}
Group={{ pillar['graphite']['user'] }}
Group={{ pillar['graphite']['user'] }}
WorkingDirectory=/opt/graphite/webapp/graphite
WorkingDirectory=/opt/graphite/webapp/graphite
ExecStart=/bin/bash -c "source /opt/graphite/bin/activate; source /opt/graphite/bin/postactivate; PYTHONPATH=/opt/graphite/lib/:/opt/graphite/webapp/ exec django-admin.py runserver [::]:808
0
--settings=graphite.settings"
ExecStart=/bin/bash -c "source /opt/graphite/bin/activate; source /opt/graphite/bin/postactivate; PYTHONPATH=/opt/graphite/lib/:/opt/graphite/webapp/ exec django-admin.py runserver [::]:808
1
--settings=graphite.settings"
Restart=always
Restart=always
[Install]
[Install]
...
...
This diff is collapsed.
Click to expand it.
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