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
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
c59681d0
authored
Aug 06, 2018
by
cloud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix graphite services
parent
49fb27fd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
salt/graphite/files/graphite-carbon.service
+1
-1
salt/graphite/files/graphite.service
+1
-1
No files found.
salt/graphite/files/graphite-carbon.service
View file @
c59681d0
...
...
@@ -7,7 +7,7 @@ User={{ pillar['graphite']['user'] }}
Group={{ pillar['graphite']['user'] }}
Environment=PYTHONPATH=/opt/graphite/lib GRAPHITE_ROOT=/opt/graphite
WorkingDirectory=/opt/graphite/bin/
ExecStart=/bin/bash -c "source /
etc/profile; workon graphi
te; exec twistd --nodaemon --reactor=epoll --no_save carbon-cache"
ExecStart=/bin/bash -c "source /
opt/graphite/bin/activa
te; exec twistd --nodaemon --reactor=epoll --no_save carbon-cache"
Restart=always
[Install]
...
...
salt/graphite/files/graphite.service
View file @
c59681d0
...
...
@@ -6,7 +6,7 @@ After=network.target
User={{ pillar['graphite']['user'] }}
Group={{ pillar['graphite']['user'] }}
WorkingDirectory=/opt/graphite/webapp/graphite
ExecStart=/bin/bash -c "source /
etc/profile; source /opt/graphite/bin/activate; PYTHONPATH="/opt/graphite/lib/:/opt/graphite/webapp/" exec django-admin.py runserver [::]:8081
--settings=graphite.settings"
ExecStart=/bin/bash -c "source /
opt/graphite/bin/activate; PYTHONPATH=/opt/graphite/lib/:/opt/graphite/webapp/ exec django-admin.py runserver [::]:8080
--settings=graphite.settings"
Restart=always
[Install]
...
...
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